File tree Expand file tree Collapse file tree
KNIME Ruby Scripting extension Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<site >
3- <feature url =" features/ruby4knime.feature_0.0.3 .qualifier.jar" id =" ruby4knime.feature" version =" 0.0.3 .qualifier" >
3+ <feature url =" features/ruby4knime.feature_0.0.4 .qualifier.jar" id =" ruby4knime.feature" version =" 0.0.4 .qualifier" >
44 <category name =" ruby_scripting_extension" />
55 </feature >
66 <category-def name =" ruby_scripting_extension" label =" KNIME Ruby scripting extension" />
Original file line number Diff line number Diff line change 22<feature
33 id =" ruby4knime.feature"
44 label =" Ruby Scripting Extension"
5- version =" 0.0.3 .qualifier"
5+ version =" 0.0.4 .qualifier"
66 license-feature =" org.eclipse.platform"
77 license-feature-version =" 3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q" >
88
Original file line number Diff line number Diff line change 33 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
44 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
55 <classpathentry kind =" src" path =" src" />
6- <classpathentry exported =" true" kind =" lib" path =" lib/jruby-complete-1.7.9 .jar" />
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 >
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Bundle-ManifestVersion : 2
3- Bundle-Name : RubyScript- Node extension for KNIME Workbench
3+ Bundle-Name : Ruby Script Node extension for KNIME Workbench
44Bundle-SymbolicName : org.knime.ext.jruby; singleton:=true
5- Bundle-Version : 0.0.1
5+ Bundle-Version : 0.0.4
66Bundle-ClassPath : rubyscript.jar,
7- lib/jruby-complete-1.7.9.jar
7+ lib/jruby-complete-1.7.13.jar,
8+ lib/rsyntaxtextarea.jar
89Bundle-Activator : org.knime.ext.jruby.RubyScriptNodePlugin
910Bundle-Vendor :
1011Require-Bundle : org.eclipse.core.runtime,
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ source.rubyscript.jar = src/
22bin.includes = plugin.xml,\
33 META-INF/,\
44 rubyscript.jar,\
5- lib/jruby-complete-1.7.9 .jar,\
5+ lib/jruby-complete-1.7.13 .jar,\
66 rb/knime.rb,\
77 icons/,\
88 rb/README.rdoc,\
99 lib/rsyntaxtextarea.jar
10- src.includes = lib/jruby-complete-1.7.9 .jar,\
10+ src.includes = lib/jruby-complete-1.7.13 .jar,\
1111 rb/knime.rb,\
1212 icons/,\
1313 rb/README.rdoc,\
You can’t perform that action at this time.
0 commit comments