summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 13:15:25 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 13:15:25 +0000
commit1a1823d6d086cc1234317504e3b285e6c70a217c (patch)
tree3e8e65479efe6088edd7582719d4b5d2b5ecaefc /sca-java-2.x/trunk/samples/pom.xml
parent8b3c4c894fcae5cc38f6203ed9af1647c43fa221 (diff)
rename binding-ws-calculator to make it clear that it's a contribution (may decide to use subdirectories for this but seeing how we feel about this approach first)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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>