summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml25
1 files changed, 24 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index abe7c4207d..d82c394de6 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -43,7 +43,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>binding-ws-calculator</module>
<module>calculator</module>
<module>calculator-equinox</module>
<module>calculator-osgi</module>
@@ -76,6 +75,30 @@
<module>webapps/helloworld-jsp</module>
<module>webapps/helloworld-stripes</module>
<module>webapps/helloworld-servlet</module>
+
+ <!-- contributions - SCA samples -->
+
+ <module>contribution-binding-ws-calculator</module>
+
+ <!-- contributions - Tuscany samples -->
+
+ <!-- TODO -->
+
+ <!-- contribution launchers -->
+
+ <!-- don't need to process this as it has just a README in it
+ <module>launcher-command-line</module>
+ -->
+ <module>launcher-embedded-jse</module>
+
+ <!-- don't add yet
+ <module>launcher-embedded-osgi</module>
+ -->
+
+ <!-- Application samples -->
+
+ <!-- TODO -->
+
</modules>
</profile>
</profiles>