summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-02 02:04:03 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-02 02:04:03 +0000
commit62bbc88103ff9b26a2b88ccffeda0dba2294aa66 (patch)
tree74425bfe0484dfaf38f0c21eed8159fe12b68695 /branches/sca-java-1.x/modules/pom.xml
parent88389b44557c4465d011d9a7cd69421ed8857686 (diff)
TUSCANY-2968 - Renaming new binding.http module to avoid confusion with the oasis draft, as we are not really implementing the whole spec but just following the wireFormat and operationSelector options implemented in binding.jms
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770880 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/modules/pom.xml b/branches/sca-java-1.x/modules/pom.xml
index 3c2da10829..e2d5ba723e 100644
--- a/branches/sca-java-1.x/modules/pom.xml
+++ b/branches/sca-java-1.x/modules/pom.xml
@@ -61,10 +61,10 @@
<module>binding-gdata-runtime</module>
<module>binding-http</module>
<module>binding-http-runtime</module>
- <module>binding-http-oasis</module>
- <module>binding-http-oasis-runtime</module>
- <module>binding-http-oasis-jsonrpc</module>
- <module>binding-http-oasis-jsonrpc-runtime</module>
+ <module>binding-http-new</module>
+ <module>binding-http-new-runtime</module>
+ <module>binding-http-new-jsonrpc</module>
+ <module>binding-http-new-jsonrpc-runtime</module>
<module>binding-jms</module>
<module>binding-jms-runtime</module>
<module>binding-jms-policy</module>