Skip to content

Commit ba263e4

Browse files
committed
added an optional text processing bundle requirement
1 parent 2e4d781 commit ba263e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

RubyScript/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.4
5+
Bundle-Version: 0.0.5
66
Bundle-ClassPath: rubyscript.jar,
77
lib/jruby-complete-1.7.13.jar,
88
lib/rsyntaxtextarea.jar
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
1212
org.knime.workbench.core,
1313
org.knime.workbench.repository,
1414
org.knime.base,
15-
org.eclipse.ui
15+
org.eclipse.ui,
16+
org.knime.ext.textprocessing;resolution:=optional
1617
Bundle-ActivationPolicy: lazy
1718
Export-Package: org.knime.ext.jruby
18-

0 commit comments

Comments
 (0)