File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3+ <classpathentry exported =" true" kind =" lib" path =" lib/jruby-complete-1.7.18.jar" />
34 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
45 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
56 <classpathentry kind =" src" path =" src" />
6- <classpathentry exported =" true" kind =" lib" path =" lib/jruby-complete-1.7.13.jar" />
77 <classpathentry kind =" lib" path =" lib/rsyntaxtextarea.jar" />
88 <classpathentry kind =" output" path =" bin" />
99</classpath >
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Bundle-Name: Ruby Script Node extension for KNIME Workbench
44Bundle-SymbolicName : org.knime.ext.jruby; singleton:=true
55Bundle-Version : 0.0.5
66Bundle-ClassPath : rubyscript.jar,
7- lib/jruby-complete-1.7.13 .jar,
8- lib/rsyntaxtextarea .jar
7+ lib/rsyntaxtextarea .jar,
8+ lib/jruby-complete-1.7.18 .jar
99Bundle-Activator : org.knime.ext.jruby.RubyScriptNodePlugin
1010Bundle-Vendor :
1111Require-Bundle : org.eclipse.core.runtime,
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ source.rubyscript.jar = src/
22bin.includes = plugin.xml,\
33 META-INF/,\
44 rubyscript.jar,\
5- lib/jruby-complete-1.7.13.jar,\
65 rb/knime.rb,\
76 icons/,\
87 rb/README.rdoc,\
9- lib/rsyntaxtextarea.jar
10- src.includes = lib/jruby-complete-1.7.13.jar,\
8+ lib/rsyntaxtextarea.jar,\
9+ lib/jruby-complete-1.7.18.jar
10+ src.includes = lib/jruby-complete-1.7.18.jar,\
1111 rb/knime.rb,\
1212 icons/,\
1313 rb/README.rdoc,\
You can’t perform that action at this time.
0 commit comments