summaryrefslogtreecommitdiffstats
path: root/java/sca/modules
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 06:09:05 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 06:09:05 +0000
commit5fb4dcee22fe009b4fdad506325633f0a02c1aad (patch)
tree7452747131fd08b4ddf2c82d1b2dd88332e0e1c2 /java/sca/modules
parent63ad42309c3de4c3239dbf8c56026103531e5083 (diff)
Adding data-api and Atom Binding to module build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r--java/sca/modules/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml
index 44a0d0a0ea..f3a8276772 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-atom</module>
+ <module>binding-atom-runtime</module>
<module>binding-http</module>
<module>binding-http-runtime</module>
<module>binding-jms</module>
@@ -56,6 +58,7 @@
<module>core</module>
<module>core-databinding</module>
<module>core-spi</module>
+ <module>data-api</module>
<module>databinding</module>
<module>databinding-axiom</module>
<module>databinding-jaxb</module>