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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
+ <classpathentry exported =" true" kind =" lib" path =" lib/jruby-complete-1.7.18.jar" />
3
4
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
4
5
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5
6
<classpathentry kind =" src" path =" src" />
6
- <classpathentry exported =" true" kind =" lib" path =" lib/jruby-complete-1.7.13.jar" />
7
7
<classpathentry kind =" lib" path =" lib/rsyntaxtextarea.jar" />
8
8
<classpathentry kind =" output" path =" bin" />
9
9
</classpath >
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Bundle-Name: Ruby Script Node extension for KNIME Workbench
4
4
Bundle-SymbolicName : org.knime.ext.jruby; singleton:=true
5
5
Bundle-Version : 0.0.5
6
6
Bundle-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
9
9
Bundle-Activator : org.knime.ext.jruby.RubyScriptNodePlugin
10
10
Bundle-Vendor :
11
11
Require-Bundle : org.eclipse.core.runtime,
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ source.rubyscript.jar = src/
2
2
bin.includes = plugin.xml,\
3
3
META-INF/,\
4
4
rubyscript.jar,\
5
- lib/jruby-complete-1.7.13.jar,\
6
5
rb/knime.rb,\
7
6
icons/,\
8
7
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,\
11
11
rb/knime.rb,\
12
12
icons/,\
13
13
rb/README.rdoc,\
You can’t perform that action at this time.
0 commit comments