summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/jms-osgi/jms-osgi-client/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/slaws/jms-osgi/jms-osgi-client/META-INF/MANIFEST.MF')
-rw-r--r--sandbox/slaws/jms-osgi/jms-osgi-client/META-INF/MANIFEST.MF22
1 files changed, 22 insertions, 0 deletions
diff --git a/sandbox/slaws/jms-osgi/jms-osgi-client/META-INF/MANIFEST.MF b/sandbox/slaws/jms-osgi/jms-osgi-client/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..05d20aacd8
--- /dev/null
+++ b/sandbox/slaws/jms-osgi/jms-osgi-client/META-INF/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: JMS OSGi Client
+Bundle-Activator: client.HelloworldActivator
+Bundle-ManifestVersion: 2
+Import-Package: org.oasisopen.sca.annotation;version="2.0.0",
+ org.oasisopen.sca;version="2.0.0",
+ org.apache.activemq.jndi;resolution:=optional,
+ org.apache.tuscany.sca;version="2.0.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.osgi.framework,
+ org.osgi.service.component;resolution:=optional,
+ org.osgi.service.packageadmin,
+ org.osgi.util.tracker,
+ javax.naming,
+ javax.jms
+Bundle-SymbolicName: jms.osgi.client
+Bundle-Vendor: The Apache Software Foundation
+Eclipse-LazyStart: true
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6