summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/jms-osgi/jms-osgi-client/META-INF
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-client/META-INF
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-client/META-INF')
-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