You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/09/20 12:25:04 UTC

svn commit: r998869 - /tuscany/sca-java-2.x/trunk/modules/pom.xml

Author: slaws
Date: Mon Sep 20 10:25:04 2010
New Revision: 998869

URL: http://svn.apache.org/viewvc?rev=998869&view=rev
Log:
Add the comment binding to the main build as there is a sample for it now so we need to build the extension

Modified:
    tuscany/sca-java-2.x/trunk/modules/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/pom.xml?rev=998869&r1=998868&r2=998869&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/pom.xml Mon Sep 20 10:25:04 2010
@@ -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>