summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-10 06:15:13 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-10 06:15:13 +0000
commite03361d663adb0dc75653034802c6e92d932e064 (patch)
tree92cccaf169968246edc81f5e6282dfb82a352d94 /sca-java-2.x/trunk/samples/pom.xml
parent38d6bbbd3b64aea420c42219d690f25af9d18660 (diff)
Adding store samples to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index f262a35add..32e38bb484 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -36,6 +36,16 @@
</repository>
</repositories>
+<!-- *********
+ IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO
+ distribution\all\src\main\components\bin-samples.xml
+ OR THEY WONT GET IN RELEASES
+ ********* -->
+<!-- *********
+ ALSO SAMPLES SHOULD HAVE A TEST IN itest/distribution TO
+ ENSURE THAT THEY WORK PROPERLY OUT OF A DISTRIBUTION
+ ********* -->
+
<profiles>
<profile>
<id>default</id>
@@ -43,6 +53,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>binding-ws-calculator</module>
<module>calculator</module>
<module>calculator-equinox</module>
<module>calculator-osgi</module>
@@ -51,22 +62,12 @@
<module>dosgi-calculator</module>
<module>dosgi-calculator-operations</module>
<module>dosgi-dynamic-calculator</module>
-
-<!-- *********
- IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO
- distribution\all\src\main\components\bin-samples.xml
- OR THEY WONT GET IN RELEASES
- ********* -->
-<!-- *********
- ALSO SAMPLES SHOULD HAVE A TEST IN itest/distribution TO
- ENSURE THAT THEY WORK PROPERLY OUT OF A DISTRIBUTION
- ********* -->
-
<module>dosgi-dynamic-calculator-operations</module>
<!--module>helloworld</module-->
<module>helloworld-bpel</module>
<module>implementation-java-calculator</module>
- <module>binding-ws-calculator</module>
+ <module>store</module>
+ <module>store-webapp</module>
<module>webapps/helloworld</module>
<module>webapps/helloworld-bpel</module>
<module>webapps/helloworld-jms</module>