summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-08-23 12:45:21 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-08-23 12:45:21 +0000
commit1638f9fc1b556c52287b2c23109540e9b0923a8c (patch)
treefb4acfb5063dafc0b62c0265226f6fc27f406db6 /sca-java-2.x/trunk/samples/pom.xml
parent57b9746940b7a688fcdbd83024edb2bbde00cd37 (diff)
switch over to using binding-ws and implmentation-java in new locations.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index c5aa5af97c..bf80b4a037 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -49,9 +49,7 @@
********* -->
<module>helloworld-bpel</module>
- <module>helloworld-spring</module>
- <module>store</module>
- <module>store-webapp</module>
+ <module>helloworld-spring</module>
<module>webapps/helloworld</module>
<module>webapps/helloworld-bpel</module>
<module>webapps/helloworld-jaxrs</module>
@@ -66,9 +64,9 @@
<module>binding-rmi</module>
<module>binding-sca</module>
- <module>contribution-binding-ws-calculator</module>
+ <module>binding-ws</module>
<module>binding-jsonrpc</module>
- <module>contribution-implementation-java-calculator</module>
+ <module>implementation-java</module>
<module>implementation-script</module>
<!-- contributions - Tuscany samples -->
@@ -80,6 +78,7 @@
<!-- don't need to process these as they just contain README files
<module>launcher-command-line</module>
<module>launcher-maven</module>
+ <module>launcher-webapp</module>
-->
<module>launcher-embedded-jse</module>
<module>launcher-embedded-osgi</module>
@@ -87,7 +86,8 @@
<!-- Application samples -->
- <!-- TODO -->
+ <module>store</module>
+ <module>store-webapp</module>
</modules>