diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-22 01:52:01 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-22 01:52:01 +0000 |
commit | 081461c43c50ef1e2498b24125a6111d6db038cf (patch) | |
tree | 5a736f0c66f00a744adc01882fd04d67d62dc9a0 /java | |
parent | 44c64eb0170724a575946a718ff5d5af48a00c4e (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 'java')
-rw-r--r-- | java/sca/samples/pom.xml | 3 |
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> |