summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-03 18:04:25 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-03 18:04:25 +0000
commitb8464b7a7be1eb623eebd8e4668d9c4d85093286 (patch)
tree857e3e1e7e5ea4e235e57692a5baa518e0990478 /java
parentbfe521657870ace417bf39f409171b25dd59a6f0 (diff)
Add a big reminder to also update the distribution when adding samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/samples/pom.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index a0b3264960..2cd4c4ac9a 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -48,19 +48,20 @@
<module>calculator-osgi</module>
<module>calculator-rmi-reference</module>
<module>calculator-rmi-service</module>
-
<module>dosgi-calculator</module>
<module>dosgi-calculator-operations</module>
-
<module>dosgi-dynamic-calculator</module>
- <module>dosgi-dynamic-calculator-operations</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
+ ********* -->
+ <module>dosgi-dynamic-calculator-operations</module>
<module>helloworld-bpel</module>
-
<module>implementation-java-calculator</module>
<module>binding-ws-calculator</module>
-
<module>webapps/helloworld</module>
<module>webapps/helloworld-bpel</module>
<module>webapps/helloworld-jms</module>
@@ -68,10 +69,6 @@
<module>webapps/helloworld-jsp</module>
<module>webapps/helloworld-stripes</module>
<module>webapps/helloworld-servlet</module>
-<!--
- <module>webapps/helloworld-rest</module>
- <module>webapps/helloworld-wicket</module>
--->
</modules>
</profile>
</profiles>