summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-23 08:26:29 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-23 08:26:29 +0000
commit95524916047b5d22e58bfa6f3e8f6e538c8ccde7 (patch)
tree1d41d0f30dac25cdeda1dd427f565c6d711142d9 /java
parenta572f04f82fdca4bfac47218844929ed41b01abd (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.xml4
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>