summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>