Skip to content

Commit 0a6c341

Browse files
committed
updated jruby versions
1 parent 8336f3e commit 0a6c341

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

RubyScript/.classpath

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry exported="true" kind="lib" path="lib/jruby-complete-1.7.18.jar"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6-
<classpathentry kind="src" path="src"/>
7-
<classpathentry kind="lib" path="lib/rsyntaxtextarea.jar"/>
8-
<classpathentry kind="output" path="bin"/>
9-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src"/>
6+
<classpathentry kind="lib" path="lib/rsyntaxtextarea.jar"/>
7+
<classpathentry kind="lib" path="lib/jruby.jar"/>
8+
<classpathentry kind="output" path="bin"/>
9+
</classpath>

RubyScript/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Ruby Script Node extension for KNIME Workbench
44
Bundle-SymbolicName: org.knime.ext.jruby; singleton:=true
5-
Bundle-Version: 0.0.6
5+
Bundle-Version: 0.0.8
66
Bundle-ClassPath: rubyscript.jar,
77
lib/rsyntaxtextarea.jar,
8-
lib/jruby-complete-1.7.18.jar
8+
lib/jruby.jar
99
Bundle-Activator: org.knime.ext.jruby.RubyScriptNodePlugin
1010
Bundle-Vendor:
1111
Require-Bundle: org.eclipse.core.runtime,

0 commit comments

Comments
 (0)