summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 04:03:18 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-24 04:03:18 +0000
commit078e9b5b20bddce7f0077416c2853e0a613ce80a (patch)
tree2c5e89ba136239a21f1a55074aeb822993b9793a /branches/sca-java-1.x/samples
parentd31285d527bba51dbfa1207a63c6243116b7655e (diff)
Adding store-webapp to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples')
-rw-r--r--branches/sca-java-1.x/samples/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/pom.xml b/branches/sca-java-1.x/samples/pom.xml
index b83bf1c623..6ae71438b7 100644
--- a/branches/sca-java-1.x/samples/pom.xml
+++ b/branches/sca-java-1.x/samples/pom.xml
@@ -53,7 +53,7 @@
<module>calculator-corba-service</module>
<module>calculator-lean</module>
<module>calculator-distributed</module>
- <module>calculator-implementation-policies</module>
+ <module>calculator-implementation-policies</module>
<module>calculator-rmi-reference</module>
<module>calculator-rmi-service</module>
<module>calculator-script</module>
@@ -106,6 +106,7 @@
<module>simple-callback</module>
<module>simple-callback-ws</module>
<module>store</module>
+ <module>store-webapp</module>
<module>store-secure</module>
<module>store-distributed</module>
<module>supplychain</module>