summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-11-08 15:40:03 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-11-08 15:40:03 +0000
commit98fbe06b9b7085f33b18f70e263f769adf5f4f02 (patch)
tree5e16e0ba14c675ee1fe67bc34bcff11ee3dacbab /sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF
parentf93345913961125410c1d2f7e74407dd1d0fdd70 (diff)
Simplify the OSGi/JMS test case
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF')
-rw-r--r--sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF8
1 files changed, 5 insertions, 3 deletions
diff --git a/sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF b/sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF
index 616766a3a7..e035a688b2 100644
--- a/sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF
+++ b/sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
-Bundle-Version: 2.0.0
+Bundle-Version: 1.0.0
Bundle-Name: JMS OSGi
-Bundle-Activator: calculator.CalculatorActivator
+Bundle-Activator: sample.HelloworldActivator
Bundle-ManifestVersion: 2
Import-Package: org.oasisopen.sca.annotation;version="2.0.0",
org.oasisopen.sca;version="2.0.0",
@@ -10,7 +10,9 @@ Import-Package: org.oasisopen.sca.annotation;version="2.0.0",
org.osgi.framework,
org.osgi.service.component;resolution:=optional,
org.osgi.service.packageadmin,
- org.osgi.util.tracker
+ org.osgi.util.tracker,
+ javax.naming,
+ javax.jms
Bundle-SymbolicName: jms.osgi
Bundle-Vendor: The Apache Software Foundation
Eclipse-LazyStart: true