File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
22Bundle-ManifestVersion : 2
33Bundle-Name : Ruby Script Node extension for KNIME Workbench
44Bundle-SymbolicName : org.knime.ext.jruby; singleton:=true
5- Bundle-Version : 0.0.6
5+ Bundle-Version : 0.0.8
66Bundle-ClassPath : rubyscript.jar,
77 lib/rsyntaxtextarea.jar,
8- lib/jruby-complete-1.7.18 .jar
8+ lib/jruby.jar
99Bundle-Activator : org.knime.ext.jruby.RubyScriptNodePlugin
1010Bundle-Vendor :
1111Require-Bundle : org.eclipse.core.runtime,
You can’t perform that action at this time.
0 commit comments