Skip to content

Commit f40e686

Browse files
committed
jruby: updated to 1.7.18
1 parent 3d32bb1 commit f40e686

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

RubyScript/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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>

RubyScript/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Bundle-Name: Ruby Script Node extension for KNIME Workbench
44
Bundle-SymbolicName: org.knime.ext.jruby; singleton:=true
55
Bundle-Version: 0.0.5
66
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
99
Bundle-Activator: org.knime.ext.jruby.RubyScriptNodePlugin
1010
Bundle-Vendor:
1111
Require-Bundle: org.eclipse.core.runtime,

RubyScript/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ source.rubyscript.jar = src/
22
bin.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,\

0 commit comments

Comments
 (0)