From 75d303274d0edc1ffd24cbbd5dd75ec64504bdb2 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 12 Jan 2010 15:56:32 +0000 Subject: 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 --- .../modules/policy-wspolicy/META-INF/MANIFEST.MF | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF (limited to 'sca-java-2.x/trunk/modules/policy-wspolicy/META-INF/MANIFEST.MF') 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 -- cgit v1.2.3