summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 11:09:57 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 11:09:57 +0000
commit4ffdc1230f03f664ea53362c9a0d24af514b6c19 (patch)
tree25ea9f5302a4ab0e3c3b474986b3692302479c68 /sca-java-2.x/trunk/samples
parente0c2992936ed9dc9abe6ec8a58758cbb2ae5b642 (diff)
Add some missing samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948786 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index 5c425da555..8c74262a2c 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -41,7 +41,9 @@
<module>dosgi-calculator-operations</module>
<module>dosgi-dynamic-calculator</module>
<module>dosgi-dynamic-calculator-operations</module>
+ <module>calculator-scaclient</module>
<module>helloworld</module>
+ <module>helloworld-scaclient</module>
<!-- *********
IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO
distribution\all\src\main\components\bin-samples.xml
@@ -53,6 +55,7 @@
********* -->
<module>helloworld-bpel</module>
+ <module>helloworld-spring</module>
<module>store</module>
<module>store-webapp</module>
<module>webapps/helloworld</module>
@@ -90,4 +93,5 @@
</modules>
</profile>
</profiles>
+
</project>