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 2009/10/27 00:40:57 UTC

svn commit: r830021 - /tuscany/java/sca/modules/pom.xml

Author: antelder
Date: Mon Oct 26 23:40:57 2009
New Revision: 830021

URL: http://svn.apache.org/viewvc?rev=830021&view=rev
Log:
Add implementation-web-client to the build

Modified:
    tuscany/java/sca/modules/pom.xml

Modified: tuscany/java/sca/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/pom.xml?rev=830021&r1=830020&r2=830021&view=diff
==============================================================================
--- tuscany/java/sca/modules/pom.xml (original)
+++ tuscany/java/sca/modules/pom.xml Mon Oct 26 23:40:57 2009
@@ -82,6 +82,7 @@
         <module>implementation-spring</module>
         <module>implementation-spring-sca</module>
         <module>implementation-web</module>
+        <module>implementation-web-client</module>
         <module>implementation-web-runtime</module>
         <module>interface-java</module>
         <module>interface-java-jaxws</module>