summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/jms-osgi/jms-osgi/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
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