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>