From de588dbe2ea7b1d172aa424736034e51a02fd16c Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 16 Jul 2009 18:48:29 +0000 Subject: 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 --- java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'java/sca/modules/node-launcher-equinox/META-INF/MANIFEST.MF') 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 -- cgit v1.2.3