summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-22 01:52:01 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-22 01:52:01 +0000
commit081461c43c50ef1e2498b24125a6111d6db038cf (patch)
tree5a736f0c66f00a744adc01882fd04d67d62dc9a0
parent44c64eb0170724a575946a718ff5d5af48a00c4e (diff)
Add more samples into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index 3c5eea7403..fa2b0ef4f5 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -45,6 +45,9 @@
<modules>
<module>calculator</module>
<module>calculator-equinox</module>
+ <module>calculator-osgi</module>
+ <module>calculator-rmi-reference</module>
+ <module>calculator-rmi-service</module>
</modules>
</profile>