diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-08 12:37:05 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-08 12:37:05 +0000 |
commit | b9952cb12559ce6369890b47fea7299179bd4e43 (patch) | |
tree | fa57f4993b4a7caf2c8a1b9bcbfd3aea06257abe /sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/META-INF | |
parent | d566b772b185beb77ca72a51c9250a767b239bfb (diff) |
Move toward having the Axis specific code in the Axis2EngineIntegration class while having the service and reference provides do more of the orchestration.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/META-INF')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/META-INF/MANIFEST.MF index 22840f3cd6..6ddb93b622 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/META-INF/MANIFEST.MF +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/META-INF/MANIFEST.MF @@ -111,6 +111,7 @@ Import-Package: com.ctc.wstx.stax, org.apache.commons.logging;resolution:=optional,
org.apache.neethi,
org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.assembly.xml;version="2.0.0",
org.apache.tuscany.sca.binding.ws;version="2.0.0",
org.apache.tuscany.sca.common.xml;version="2.0.0",
org.apache.tuscany.sca.contribution.processor;version="2.0.0",
|