diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-20 10:25:04 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-20 10:25:04 +0000 |
commit | f68a8b51905b4344d76a40d2298ef3bce9126ff8 (patch) | |
tree | 6e82054e44b9ef125366dde0150b54f34f71029f /sca-java-2.x/trunk/modules | |
parent | ba442ed6d59b67bb30d99e7b3eb7f581ed5b52cf (diff) |
Add the comment binding to the main build as there is a sample for it now so we need to build the extension
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/pom.xml b/sca-java-2.x/trunk/modules/pom.xml index 677f550c14..a4d5dc9e8c 100644 --- a/sca-java-2.x/trunk/modules/pom.xml +++ b/sca-java-2.x/trunk/modules/pom.xml @@ -36,6 +36,8 @@ <module>binding-atom</module> <module>binding-atom-js-dojo</module> <module>binding-atom-runtime</module> + <module>binding-comet</module> + <module>binding-comet-runtime</module> <module>binding-ejb</module> <module>binding-ejb-runtime</module> <module>binding-hazelcast-runtime</module> |