summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/common-xml/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/contrib/modules/common-xml/META-INF/MANIFEST.MF')
-rw-r--r--sca-java-2.x/contrib/modules/common-xml/META-INF/MANIFEST.MF29
1 files changed, 29 insertions, 0 deletions
diff --git a/sca-java-2.x/contrib/modules/common-xml/META-INF/MANIFEST.MF b/sca-java-2.x/contrib/modules/common-xml/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..ad4d6bd487
--- /dev/null
+++ b/sca-java-2.x/contrib/modules/common-xml/META-INF/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA Common XML
+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 Core SPI
+Import-Package: javax.xml.namespace,
+ javax.xml.xpath,
+ javax.xml.datatype,
+ javax.xml.parsers,
+ javax.xml.stream,
+ javax.xml.stream.util,
+ javax.xml.transform,
+ javax.xml.transform.dom,
+ javax.xml.transform.sax,
+ javax.xml.transform.stream,
+ org.w3c.dom,
+ org.xml.sax,
+ org.xml.sax.ext,
+ org.xml.sax.helpers,
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.extensibility;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.common.xml
+Bundle-DocURL: http://www.apache.org/
+