summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 07:32:16 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 07:32:16 +0000
commit86d40c3ebe8bb565f99e8acf94c2d5546ed308f9 (patch)
tree4392a14011ef632ef7f488ec5882a75ccd3cf9d3 /sca-java-2.x/trunk/samples/pom.xml
parentc96250692dcb2f21fe99d8cc495649cbdc1b1cf7 (diff)
Make module name consistent with other calculator contributions. From previous discussion we're probably going to move into a sub-directory.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index 94e65fde39..06751af9d5 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -44,8 +44,6 @@
</activation>
<modules>
<module>calculator-osgi</module>
- <module>calculator-rmi-reference</module>
- <module>calculator-rmi-service</module>
<module>dosgi-calculator</module>
<module>dosgi-calculator-operations</module>
<module>dosgi-dynamic-calculator</module>
@@ -62,7 +60,6 @@
********* -->
<module>helloworld-bpel</module>
- <module>implementation-java-calculator</module>
<module>store</module>
<module>store-webapp</module>
<module>webapps/helloworld</module>
@@ -78,6 +75,8 @@
<module>contribution-binding-sca-calculator</module>
<module>contribution-binding-ws-calculator</module>
+ <module>binding-rmi</module>
+ <module>contribution-implementation-java-calculator</module>
<!-- contributions - Tuscany samples -->