You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/28 16:06:13 UTC

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

Author: antelder
Date: Thu Jan 28 15:06:13 2010
New Revision: 904116

URL: http://svn.apache.org/viewvc?rev=904116&view=rev
Log:
Add hazelcast client registry to build

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=904116&r1=904115&r2=904116&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/pom.xml Thu Jan 28 15:06:13 2010
@@ -74,6 +74,7 @@
         <module>domain-node</module>
         <module>endpoint-tribes</module>
         <module>endpoint-hazelcast</module>
+        <module>endpoint-hazelcast-client</module>
         <module>extensibility</module>
         <module>extensibility-equinox</module>
         <module>host-http</module>