summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/policy-xml-ws/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 10:36:41 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 10:36:41 +0000
commit469de90f56f59c468f2c53d99659e63d3112cb6f (patch)
tree8a2be9676a426887fc18971f9981a0bd62d3a16e /sca-java-2.x/contrib/modules/policy-xml-ws/META-INF/MANIFEST.MF
parentaa4ad63e7fe04c50a6e0681db9a947542d6d0deb (diff)
Move module to contrib as its not in the build or being actively worked on
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib/modules/policy-xml-ws/META-INF/MANIFEST.MF')
-rw-r--r--sca-java-2.x/contrib/modules/policy-xml-ws/META-INF/MANIFEST.MF32
1 files changed, 32 insertions, 0 deletions
diff --git a/sca-java-2.x/contrib/modules/policy-xml-ws/META-INF/MANIFEST.MF b/sca-java-2.x/contrib/modules/policy-xml-ws/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..00cdbe94fe
--- /dev/null
+++ b/sca-java-2.x/contrib/modules/policy-xml-ws/META-INF/MANIFEST.MF
@@ -0,0 +1,32 @@
+Manifest-Version: 1.0
+Private-Package: org.apache.tuscany.sca.policy.xml.ws;version="2.0.0"
+SCA-Version: 1.1
+Bundle-Name: Apache Tuscany SCA Policy XML WS Model
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Policy XML WS Model
+Import-Package: javax.xml.namespace,
+ javax.xml.stream,
+ org.apache.axiom.om,
+ org.apache.axiom.om.impl.builder,
+ org.apache.neethi,
+ org.apache.tuscany.sca.common.xml.stax;version="2.0.0",
+ org.apache.tuscany.sca.common.xml.stax.reader;version="2.0.0",
+ org.apache.tuscany.sca.contribution.processor;version="2.0.0",
+ org.apache.tuscany.sca.contribution.resolver;version="2.0.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.monitor;version="2.0.0",
+ org.apache.tuscany.sca.policy;version="2.0.0";resolution:=optional,
+ org.apache.tuscany.sca.policy.xml;version="2.0.0";resolution:=optional
+Bundle-SymbolicName: org.apache.tuscany.sca.policy.xml.ws
+Bundle-DocURL: http://www.apache.org/
+Export-Package: org.apache.tuscany.sca.policy.xml.ws;version="2.0.0";
+ uses:="javax.xml.stream,
+ junit.framework,
+ org.apache.tuscany.sca.contribution.resolver,
+ org.apache.tuscany.sca.contribution.processor,
+ org.apache.tuscany.sca.policy,
+ javax.xml.namespace"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6