summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 15:00:29 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 15:00:29 +0000
commitb2f366efca55d05797bb807bc6b67895ed1e1a4d (patch)
tree2498d273cb422736eda88b484f36f56b55c9b499
parent65b54e1be8329318a1a1e792d28d1b7fbe6a339c (diff)
Include the three gettig started samples in the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086614 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/pom.xml b/sca-java-2.x/trunk/samples/getting-started/pom.xml
index 1f873a172e..378b6a2c31 100644
--- a/sca-java-2.x/trunk/samples/getting-started/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/pom.xml
@@ -32,6 +32,8 @@
<modules>
<module>helloworld</module>
+ <module>helloworld-webapp</module>
+ <module>helloworld-scaclient</module>
</modules>
</project>