summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/all/src/main/components/bin-samples.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-31 09:20:52 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-31 09:20:52 +0000
commit958687b3c7da4e671ee26893516fdcf5a749812d (patch)
tree4c8815c5515023e03eae07739a3799fa6cd040a5 /java/sca/distribution/all/src/main/components/bin-samples.xml
parente4ceda540197333605b7bb0df6d73a5dc96076bf (diff)
Include some missing samples
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/all/src/main/components/bin-samples.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/distribution/all/src/main/components/bin-samples.xml b/java/sca/distribution/all/src/main/components/bin-samples.xml
index ebbc5c748f..740b7001ab 100644
--- a/java/sca/distribution/all/src/main/components/bin-samples.xml
+++ b/java/sca/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>