diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-23 08:26:29 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-23 08:26:29 +0000 |
commit | 95524916047b5d22e58bfa6f3e8f6e538c8ccde7 (patch) | |
tree | 1d41d0f30dac25cdeda1dd427f565c6d711142d9 /java | |
parent | a572f04f82fdca4bfac47218844929ed41b01abd (diff) |
Add webapp samples to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/samples/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml index 9ade7320c8..fba2f5e04d 100644 --- a/java/sca/samples/pom.xml +++ b/java/sca/samples/pom.xml @@ -52,6 +52,10 @@ <module>implementation-java-calculator</module> <module>binding-ws-calculator</module> <!-- module>host-webapp-calculator</module --> + + <module>webapps/helloworld</module> + <module>webapps/helloworld-jsp</module> + </modules> </profile> </profiles> |