summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/pom.xml
diff options
context:
space:
mode:
authorwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 21:49:35 +0000
committerwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 21:49:35 +0000
commite5e87efb2a44fbbda5905b3d98e5dad1616f16fe (patch)
treef128025043ea40f2d961375d90528f245b42ec17 /java/sca/samples/pom.xml
parente1807a0113dbe277b8f368c3a040a37c4bfeec98 (diff)
CORBA calculator samples added to parent pom.xml and README files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/pom.xml')
-rw-r--r--java/sca/samples/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index d4b47b6fd6..71bea58888 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -49,6 +49,8 @@
<module>binding-notification-consumer</module>
<module>binding-notification-producer</module>
<module>calculator</module>
+ <module>calculator-corba-reference</module>
+ <module>calculator-corba-service</module>
<module>calculator-lean</module>
<module>calculator-distributed</module>
<module>calculator-implementation-policies</module>