diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-20 19:59:25 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-20 19:59:25 +0000 |
commit | be04c31c8a1b8f0019e0cd10676cbab6f764e54a (patch) | |
tree | 738a38a135a6931808c35a0989f53c43e1a1ab1b /sca-java-2.x/trunk/samples | |
parent | 5e154ace15c8e4244ac318e3b1273f51706dc410 (diff) |
Add helloworld sample to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r-- | sca-java-2.x/trunk/samples/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index 039321ba4a..c392b9efd5 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -53,7 +53,7 @@ <module>dosgi-calculator-operations</module> <module>dosgi-dynamic-calculator</module> <module>dosgi-dynamic-calculator-operations</module> - <!--module>helloworld</module--> + <module>helloworld</module> <!-- ********* IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO distribution\all\src\main\components\bin-samples.xml |