summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 07:58:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 07:58:27 +0000
commitfb41a797bea399eec61fb377dde6b320d1d5d5f3 (patch)
treea140811a3c95508ee90d63c86a744662bf0a665e
parent048bc049cb199fcf37b57e36f55d58481c9e2c57 (diff)
Merge r831525 from trunk to m4 to add some missing samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831653 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml b/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml
index ebbc5c748f..740b7001ab 100644
--- a/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml
+++ b/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml
@@ -37,8 +37,11 @@
<include>dosgi-calculator-operations/**/*</include>
<include>webapps/helloworld/**/*</include>
<include>webapps/helloworld-bpel/**/*</include>
+ <include>webapps/helloworld-jms/**/*</include>
+ <include>webapps/helloworld-js-client/**/*</include>
<include>webapps/helloworld-jsf/**/*</include>
<include>webapps/helloworld-jsp/**/*</include>
+ <include>webapps/helloworld-servlet/**/*</include>
<include>webapps/helloworld-stripes/**/*</include>
</includes>
<excludes>
@@ -71,8 +74,11 @@
<exclude>*/target/surefire-osgi-reports/**/*</exclude>
<exclude>webapps/helloworld/target/**/*</exclude>
<exclude>webapps/helloworld-bpel/target/**/*</exclude>
+ <exclude>webapps/helloworld-jms/target/**/*</exclude>
+ <exclude>webapps/helloworld-js-client/target/**/*</exclude>
<exclude>webapps/helloworld-jsf/target/**/*</exclude>
<exclude>webapps/helloworld-jsp/target/**/*</exclude>
+ <exclude>webapps/helloworld-servlet/target/**/*</exclude>
<exclude>webapps/helloworld-stripes/target/**/*</exclude>
</excludes>
</fileSet>