summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/META-INF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 01:31:18 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 01:31:18 +0000
commit54bec0b997ffd6d92efdd209071ce230b2e24099 (patch)
tree657bbfd2ff8ddb8994031c07f0995a7069655048 /java/sca/modules/node-launcher-equinox/META-INF
parentb6a7235c65cf4aed9dbb8037118e7839c689a070 (diff)
Add command-line parsing to the node launcher
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/node-launcher-equinox/META-INF')
-rw-r--r--java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF b/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
index bd930190dd..18e619c559 100644
--- a/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
+++ b/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
@@ -11,7 +11,8 @@ Bnd-LastModified: 1225397473703
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Node Equinox OSGi Launcher
-Import-Package: org.apache.tuscany.sca.node.equinox.launcher;version="2.0.0",
+Import-Package: org.apache.commons.cli;resolution:=optional,
+ org.apache.tuscany.sca.node.equinox.launcher;version="2.0.0",
org.eclipse.core.runtime.adaptor,
org.osgi.framework;version="1.4"
Bundle-SymbolicName: org.apache.tuscany.sca.node.launcher.equinox