diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-28 21:02:02 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-28 21:02:02 +0000 |
commit | 872f12ce07e3c946383d9f07c3787b5b249e7a06 (patch) | |
tree | 79eee9573532e511c978c4cead3d1f1666f4b277 /sca-java-2.x/trunk/samples | |
parent | d565722cb4539c97e11ac6e08f51f7f190988830 (diff) |
Add helloworld-spring-webapp to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r-- | sca-java-2.x/trunk/samples/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index 5fea4bc450..7f61fba56b 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -60,6 +60,7 @@ <module>webapps/helloworld-jsp</module> <module>webapps/helloworld-stripes</module> <module>webapps/helloworld-servlet</module> + <module>webapps/helloworld-spring</module> <!-- contributions - SCA samples --> |