summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 15:56:32 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-01-12 15:56:32 +0000
commit75d303274d0edc1ffd24cbbd5dd75ec64504bdb2 (patch)
tree9b7a47dfdf46bb89689d6a26493161fab35df8f5 /sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF
parent0239d7c3b47cf13eb7b013a1910d72067f1e0663 (diff)
Start of extension for handling WS-Policy policies. Based on policy-xml-ws but neither working nor in the build yet. It's currently still using the neethi model but this is wrapped in a Tuscany model now to allow us to break out and process assertions separately. Neethi currently has no function for matching so we need to cast around to see if that is available elsewhere.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF')
-rw-r--r--sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF39
1 files changed, 39 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..5dcfbd5b14
--- /dev/null
+++ b/sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF
@@ -0,0 +1,39 @@
+Manifest-Version: 1.0
+SCA-Version: 1.1
+Bundle-Name: Apache Tuscany SCA Policy WSPolicy 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 WSPolicy 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.assembly;version="2.0.0",
+ org.apache.tuscany.sca.assembly.builder;version="2.0.0",
+ 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.definitions;version="2.0.0",
+ org.apache.tuscany.sca.interfacedef;version="2.0.0",
+ org.apache.tuscany.sca.invocation;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,
+ org.apache.tuscany.sca.provider;version="2.0.0",
+ org.apache.tuscany.sca.runtime;version="2.0.0",
+ org.oasisopen.sca.annotation
+Bundle-SymbolicName: org.apache.tuscany.sca.policy.wspolicy
+Bundle-DocURL: http://www.apache.org/
+Export-Package: org.apache.tuscany.sca.policy.wspolicy.xml;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