summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 09:49:51 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 09:49:51 +0000
commit4e5d7f42836e7a6a7b3769fe42b9fbaf4dcd00f7 (patch)
treee838c023f8c11bde09f56fb1858aa89c8446df99 /sca-java-2.x/trunk/samples/getting-started/pom.xml
parent3eeeee0709d92f0d48dc969d4b6fcf3c29cb27a0 (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 '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/pom.xml4
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>