summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/common-xml/META-INF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-06 22:32:41 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-06 22:32:41 +0000
commit94402676aeeb70f37d188c9afc82352fc10a1e0b (patch)
treec9bb691c147203a5e6b4784d90d7f185283cfef7 /java/sca/modules/common-xml/META-INF
parent501d5addc582e64cc7427e71620a86e014e947a2 (diff)
Adding common-xml into modules as the base to hold XML related utilities
It can also serve as the module that defines XML related dependencies based on the JDK levels git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/common-xml/META-INF')
-rw-r--r--java/sca/modules/common-xml/META-INF/MANIFEST.MF29
1 files changed, 29 insertions, 0 deletions
diff --git a/java/sca/modules/common-xml/META-INF/MANIFEST.MF b/java/sca/modules/common-xml/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..ad4d6bd487
--- /dev/null
+++ b/java/sca/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/
+