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/07/24 09:07:45 UTC

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

Author: antelder
Date: Sun Jul 24 07:07:44 2011
New Revision: 1150287

URL: http://svn.apache.org/viewvc?rev=1150287&view=rev
Log:
Include all the samples in 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=1150287&r1=1150286&r2=1150287&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 Sun Jul 24 07:07:44 2011
@@ -32,8 +32,14 @@
 
     <modules>
         <module>helloworld</module>
-        <module>helloworld-webapp</module>
+        <module>helloworld-jaxrs</module>
+        <module>helloworld-jsonp</module>
+        <module>helloworld-jsonrpc</module>
         <module>helloworld-scaclient</module>
+        <module>helloworld-spring</module>
+        <module>helloworld-webapp</module>
+        <module>helloworld-webservice</module>
+        <module>helloworld-withdeps</module>
     </modules>
 
 </project>