From 7ecc9e29daf725b662362bdf7880baae822a68fd Mon Sep 17 00:00:00 2001 From: rfeng Date: Fri, 7 Aug 2009 18:47:24 +0000 Subject: 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 --- java/sca/modules/common-java/META-INF/MANIFEST.MF | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 java/sca/modules/common-java/META-INF/MANIFEST.MF (limited to 'java/sca/modules/common-java/META-INF') 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" + + -- cgit v1.2.3