summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-07 11:43:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-07 11:43:16 +0000
commitade8ca15cccf924bbc9cda184e5c27ebf38fe438 (patch)
treef75f046b3cf3ab59c187ec905b065ba2d12b6132
parent019c3eb3d3a9638a20a4708ef4221c7d0aff51ce (diff)
Include the new spring bigbank modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683590 13f79535-47bb-0310-9956-ffa450edef68
-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 b9a096cf17..9b967aad26 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -91,6 +91,9 @@
<module>quote-xquery</module>
<module>simple-bigbank</module>
<module>simple-bigbank-spring</module>
+ <module>spring-bigbank-checkaccount</module>
+ <module>spring-bigbank-calculator</module>
+ <module>spring-bigbank-stockquote</module>
<module>simple-callback</module>
<module>simple-callback-ws</module>
<module>store</module>