summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-16 06:50:41 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-16 06:50:41 +0000
commitce9150bd4c4880a4032030213de8626c21764bfd (patch)
tree92b1274bde46928417d17868b504c365382da4b0 /java/sca/samples/pom.xml
parent41f8541059c72bd6724cb852abd42bc1d98a2f53 (diff)
Update to Equinox 3.5 to take advantage of the hook services API
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index 36e0049d60..55582f903a 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -56,13 +56,16 @@
<module>implementation-java-calculator</module>
<module>binding-ws-calculator</module>
- <!-- module>host-webapp-calculator</module -->
<module>webapps/helloworld</module>
<module>webapps/helloworld-bpel</module>
<module>webapps/helloworld-jsp</module>
<module>webapps/helloworld-stripes</module>
-
+ <module>webapps/helloworld-servlet</module>
+<!--
+ <module>webapps/helloworld-rest</module>
+ <module>webapps/helloworld-wicket</module>
+-->
</modules>
</profile>
</profiles>