summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 10:16:53 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 10:16:53 +0000
commitfe3ff2d42207d7f9582b3dd803505ac74eceaee6 (patch)
tree0711bc58d36b4de80d2a6c38c8a826445c8d7222
parent31e2f2ed4a61d3439b774e5264c6a4a22cc42ba3 (diff)
Add manifest for jms binidng runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814558 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/modules/binding-jms-runtime/META-INF/MANIFEST.MF18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/sca/modules/binding-jms-runtime/META-INF/MANIFEST.MF b/java/sca/modules/binding-jms-runtime/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..425ec08593
--- /dev/null
+++ b/java/sca/modules/binding-jms-runtime/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.binding.jms.runtime;version="2.0.0";uses:="org.apache.tuscany.sca.assembly"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA JMS Binding Runtime
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397320062
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA JMS Binding Runtime
+Import-Package: org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.assembly.xml;version="2.0.0",
+ org.apache.tuscany.sca.binding.jms;version="2.0.0",
+ org.apache.tuscany.sca.binding.jms.runtime;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.binding.jms.runtime
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6