summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-18 21:54:09 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-18 21:54:09 +0000
commitf02720e32e1de39d94f770e47774f97653b31a13 (patch)
treec6e15c09b449c55140e3da59325cfd58f32df87f /java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
parent4d947294b5e6ef4792e2da6fc47bb05f1c756c07 (diff)
Add a tuscany command for Equinox console
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 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 27fae3b21d..8d5bf92fc4 100644
--- a/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
+++ b/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
@@ -14,7 +14,9 @@ Bundle-Description: Apache Tuscany SCA Node Equinox OSGi Launcher
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.eclipse.osgi.framework.console,
org.osgi.framework;version="1.4"
+Bundle-Activator: org.apache.tuscany.sca.node.equinox.launcher.NodeLauncherCommand
Bundle-SymbolicName: org.apache.tuscany.sca.node.launcher.equinox
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6