File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Ruby Script Node extension for KNIME Workbench
4
4
Bundle-SymbolicName : org.knime.ext.jruby; singleton:=true
5
- Bundle-Version : 0.0.6
5
+ Bundle-Version : 0.0.8
6
6
Bundle-ClassPath : rubyscript.jar,
7
7
lib/rsyntaxtextarea.jar,
8
- lib/jruby-complete-1.7.18 .jar
8
+ lib/jruby.jar
9
9
Bundle-Activator : org.knime.ext.jruby.RubyScriptNodePlugin
10
10
Bundle-Vendor :
11
11
Require-Bundle : org.eclipse.core.runtime,
You can’t perform that action at this time.
0 commit comments