diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-24 07:07:44 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-24 07:07:44 +0000 |
commit | 355f131c3048341bbf230191d7b1d4117f84140c (patch) | |
tree | 90f8b5b59a12a42619a9d4aadbe2265037ea1b43 /sca-java-2.x/trunk/samples | |
parent | ed8e453e82553f6565379c4c53898b2b6a402e53 (diff) |
Include all the samples in build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/pom.xml | 8 |
1 files changed, 7 insertions, 1 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 378b6a2c31..444f00ff4c 100644 --- a/sca-java-2.x/trunk/samples/getting-started/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/pom.xml @@ -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> |