summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-07 20:31:59 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-07 20:31:59 +0000
commit68e79e1901937b595bd7e507a2103754be844a76 (patch)
tree0f4cecf224c342ffde3b2d42e90163050c5fe033 /java/sca/samples/pom.xml
parentd5221777347a39a10f7c31c2590a4088d5c28f0b (diff)
Fix the dependencies to get distributed OSGi samples working inside Eclipse
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762942 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 6eee77937c..e4bc31ee15 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -50,6 +50,9 @@
<module>calculator-rmi-reference</module>
<module>calculator-rmi-service</module>
+ <module>dosgi-calculator</module>
+ <module>dosgi-calculator-operations</module>
+
<module>implementation-java-calculator</module>
<module>binding-ws-calculator</module>
<!-- module>host-webapp-calculator</module -->