summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 14:28:33 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 14:28:33 +0000
commitb06dcc30f3b1def95d023e7493e2f7c893d052d7 (patch)
tree6d413882fc1b9d6fa29e3a9ad7b67d9d49ceb26f /sca-java-2.x/trunk/samples/running-tuscany/pom.xml
parent2b59e11c657cc2484a8ec5b0b941d950a820fcbf (diff)
TUSCANY-3677 remove redundant launcher prefix from running-tuscany projects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
index 67b6a29eb3..06d5ff3306 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
@@ -38,14 +38,14 @@
<modules>
<!-- don't need to process these as they just contain README files
- <module>launcher-command-line</module>
- <module>launcher-maven</module>
- <module>launcher-webapp</module>
+ <module>command-line</module>
+ <module>maven</module>
+ <module>webapp</module>
-->
- <module>launcher-embedded-jse</module>
- <module>launcher-embedded-osgi</module>
- <module>launcher-embedded-osgi-base</module>
- <module>launcher-shell</module>
+ <module>embedded-jse</module>
+ <module>embedded-osgi</module>
+ <module>embedded-osgi-base</module>
+ <module>shell</module>
</modules>
</profile>