We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4d781 commit ba263e4Copy full SHA for ba263e4
1 file changed
RubyScript/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3
Bundle-Name: Ruby Script Node extension for KNIME Workbench
4
Bundle-SymbolicName: org.knime.ext.jruby; singleton:=true
5
-Bundle-Version: 0.0.4
+Bundle-Version: 0.0.5
6
Bundle-ClassPath: rubyscript.jar,
7
lib/jruby-complete-1.7.13.jar,
8
lib/rsyntaxtextarea.jar
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
12
org.knime.workbench.core,
13
org.knime.workbench.repository,
14
org.knime.base,
15
- org.eclipse.ui
+ org.eclipse.ui,
16
+ org.knime.ext.textprocessing;resolution:=optional
17
Bundle-ActivationPolicy: lazy
18
Export-Package: org.knime.ext.jruby
-
0 commit comments