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-07-16 18:48:29 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-16 18:48:29 +0000
commitde588dbe2ea7b1d172aa424736034e51a02fd16c (patch)
tree2cc2ba183cd33d2e6b46c5d7752469dc532ee924 /java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
parent271d327a61ef1b2271219dae8f0ae0472ab377d0 (diff)
Make the launcher more independent of Equinox by using the framework launch APIs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF')
-rw-r--r--java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF9
1 files changed, 5 insertions, 4 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 8d5bf92fc4..5bcd76a610 100644
--- a/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
+++ b/java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF
@@ -13,10 +13,11 @@ Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
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
+ org.eclipse.core.runtime.adaptor;resolution:=optional,
+ org.eclipse.osgi.framework.console;resolution:=optional,
+ org.osgi.framework;version="1.4",
+ org.osgi.framework.launch;version="1.0.0"
+Bundle-Activator: org.apache.tuscany.sca.node.equinox.launcher.FrameworkLauncher
Bundle-SymbolicName: org.apache.tuscany.sca.node.launcher.equinox
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6