diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-29 09:49:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-29 09:49:51 +0000 |
commit | 4e5d7f42836e7a6a7b3769fe42b9fbaf4dcd00f7 (patch) | |
tree | e838c023f8c11bde09f56fb1858aa89c8446df99 /sca-java-2.x/trunk/samples | |
parent | 3eeeee0709d92f0d48dc969d4b6fcf3c29cb27a0 (diff) |
Add the new contributions to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002542 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 | 4 |
1 files changed, 3 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 b8d9e11fcd..8cb5e13bfa 100644 --- a/sca-java-2.x/trunk/samples/getting-started/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/pom.xml @@ -37,7 +37,9 @@ <activeByDefault>true</activeByDefault> </activation> <modules> - <module>contribution-helloworld</module> + <module>helloworld-contribution</module> + <module>scdl-include-contribution</module> + <module>callback-api</module> <module>helloworld-webapp</module> </modules> </profile> |