summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-04 16:43:19 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-04 16:43:19 +0000
commit292f4bbb201e20c025426b310ed62e306bd96210 (patch)
tree237cb620f803374c2834c39e1f3d5ac5ca775d81 /sca-java-2.x/trunk/modules/pom.xml
parent3ec81c5828e707ae52a283f285e83889b82fb989 (diff)
Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/modules/pom.xml b/sca-java-2.x/trunk/modules/pom.xml
index d8ae6a5628..b618f2ce93 100644
--- a/sca-java-2.x/trunk/modules/pom.xml
+++ b/sca-java-2.x/trunk/modules/pom.xml
@@ -53,9 +53,9 @@
<module>binding-sca-runtime-rmi</module>
<module>binding-sca-axis2-runtime</module>
<module>binding-ws</module>
- <module>binding-ws-axis2</module>
- <!--module>binding-ws-axis2-15-runtime</module-->
- <module>binding-ws-axis2-policy</module>
+ <!--module>binding-ws-axis2</module-->
+ <module>binding-ws-runtime-axis2</module>
+ <!--module>binding-ws-axis2-policy</module-->
<module>binding-ws-wsdlgen</module>
<module>builder</module>
<module>common-java</module>
@@ -104,8 +104,8 @@
<module>node-launcher</module>
<module>node-launcher-equinox</module>
<module>policy-security</module>
- <!--module>policy-wspolicy</module-->
- <module>policy-xml-ws</module>
+ <module>policy-wspolicy</module>
+ <!--module>policy-xml-ws</module-->
<module>policy-logging</module>
<!--module>policy-transaction</module-->
<module>sca-api</module>