summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 17:09:50 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 17:09:50 +0000
commitbe0459d2cc56ae329f5250865574e3de9f68d71f (patch)
treee4e0e2bf7f766983a22717404fd0976b86db8986 /sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml
parent0f182057fc3b19a2c78960ba910f948006a03562 (diff)
TUSCANY-3677 fix up poms to match getting started reorg
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml
index f715c8eb23..30904804a6 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml
@@ -25,9 +25,9 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-samples-getting-started-webapps</artifactId>
+ <artifactId>tuscany-samples-implementation-webapp</artifactId>
<packaging>pom</packaging>
- <name>Apache Tuscany SCA Getting Started Sample Web Applications</name>
+ <name>Apache Tuscany SCA Sample Web Applications</name>
<profiles>
<profile>
@@ -36,15 +36,12 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>helloworld</module>
- <module>helloworld-bpel</module>
<module>helloworld-jaxrs</module>
<module>helloworld-jms</module>
<module>helloworld-js-client</module>
<module>helloworld-jsf</module>
<module>helloworld-jsp</module>
<module>helloworld-servlet</module>
- <module>helloworld-spring</module>
<module>helloworld-stripes</module>
</modules>
</profile>