summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 13:42:25 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 13:42:25 +0000
commit75c59b6b57c2870c95d473fa8865073c758d0042 (patch)
treef08ee129ec8fee599549bfbfaf234600e20479fd /sca-java-2.x
parenta799bd1b828dcf0077832ec0f9a306a59031856f (diff)
TUSCANY-3677 pom updates to match recent server side reorg of launcher projects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml12
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/pom.xml9
2 files changed, 9 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index 303e11cd7f..8b0350dc57 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -70,18 +70,6 @@
<!-- contributions - Tuscany samples -->
- <!-- TODO -->
-
- <!-- contribution launchers -->
-
- <!-- 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>launcher-embedded-jse</module>
- <module>launcher-embedded-osgi</module>
- <module>launcher-embedded-osgi-base</module>
<!-- Application samples -->
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 43666be29d..0c5c874465 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
@@ -36,6 +36,15 @@
<activeByDefault>true</activeByDefault>
</activation>
<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>launcher-embedded-jse</module>
+ <module>launcher-embedded-osgi</module>
+ <module>launcher-embedded-osgi-base</module>
</modules>
</profile>
</profiles>