diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-21 04:05:24 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-21 04:05:24 +0000 |
commit | 052383ee4ffe4343c5c6394be7f4e39b30d50c00 (patch) | |
tree | a332d2a9a113fa52e7055017d22d6c504adcb341 | |
parent | 90bda9077e5b4cb4d8cda74b65ae7d2c135047df (diff) |
Adding binding-http to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817151 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 192e292d17..0fd5addb7e 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -33,6 +33,8 @@ <module>assembly</module> <module>assembly-xml</module> <module>assembly-xsd</module> + <module>binding-http</module> + <module>binding-http-runtime</module> <module>binding-jsonp</module> <module>binding-jsonp-runtime</module> <module>binding-rmi</module> |