summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/common-java/META-INF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 18:47:24 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 18:47:24 +0000
commit7ecc9e29daf725b662362bdf7880baae822a68fd (patch)
treed7dc2ef523468af37f6d9d055fe70c8ba5bd650a /java/sca/modules/common-java/META-INF
parent37998bd00041bbc95e69315d55806bbbe943b4eb (diff)
Start to move Java related utilities into the common-java module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/common-java/META-INF')
-rw-r--r--java/sca/modules/common-java/META-INF/MANIFEST.MF19
1 files changed, 19 insertions, 0 deletions
diff --git a/java/sca/modules/common-java/META-INF/MANIFEST.MF b/java/sca/modules/common-java/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..ad66c6adb3
--- /dev/null
+++ b/java/sca/modules/common-java/META-INF/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA Common Java
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397108125
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Common Java
+Import-Package: org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.extensibility;version="2.0.0",
+ org.oasisopen.sca;version="2.0.0",
+ org.oasisopen.sca.annotation;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.common.java
+Bundle-DocURL: http://www.apache.org/
+Export-Package: org.apache.tuscany.sca.common.java.reflection;version="2.0.0"
+
+