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 2011/03/29 17:00:30 UTC

svn commit: r1086614 - /tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml

Author: antelder
Date: Tue Mar 29 15:00:29 2011
New Revision: 1086614

URL: http://svn.apache.org/viewvc?rev=1086614&view=rev
Log:
Include the three gettig started samples in the build

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml?rev=1086614&r1=1086613&r2=1086614&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/pom.xml Tue Mar 29 15:00:29 2011
@@ -32,6 +32,8 @@
 
     <modules>
         <module>helloworld</module>
+        <module>helloworld-webapp</module>
+        <module>helloworld-scaclient</module>
     </modules>
 
 </project>