diff options
Diffstat (limited to '')
-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> |