summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-2.0-M3/distribution
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-16 20:54:03 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-16 20:54:03 +0000
commit0eda2e8edc498098b998349a8c7b90e77224ea53 (patch)
tree73cafc0b5dcf59912bf8f3ebc020971d919f9acb /branches/sca-java-2.0-M3/distribution
parentc7f0e30baf5c72b70f03b08a18644f18e2fa40f2 (diff)
Merge 785390 from trunk to m3 branch to include the webapp samples in the dsitro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M3/distribution')
-rw-r--r--branches/sca-java-2.0-M3/distribution/all/src/main/components/bin-samples.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/distribution/all/src/main/components/bin-samples.xml b/branches/sca-java-2.0-M3/distribution/all/src/main/components/bin-samples.xml
index dab510d274..1cdfb142ec 100644
--- a/branches/sca-java-2.0-M3/distribution/all/src/main/components/bin-samples.xml
+++ b/branches/sca-java-2.0-M3/distribution/all/src/main/components/bin-samples.xml
@@ -35,6 +35,11 @@
<include>implementation-java-calculator/**/*</include>
<include>dosgi-calculator/**/*</include>
<include>dosgi-calculator-operations/**/*</include>
+ <include>webapps/helloworld/**/*</include>
+ <include>webapps/helloworld-bpel/**/*</include>
+ <include>webapps/helloworld-jsf/**/*</include>
+ <include>webapps/helloworld-jsp/**/*</include>
+ <include>webapps/helloworld-stripes/**/*</include>
</includes>
<excludes>
<!-- General file/folders to exclude -->
@@ -64,6 +69,11 @@
<exclude>*/target/surefire-reports/**/*</exclude>
<exclude>*/target/surefire-osgi-reports</exclude>
<exclude>*/target/surefire-osgi-reports/**/*</exclude>
+ <exclude>webapps/helloworld/target/**/*</exclude>
+ <exclude>webapps/helloworld-bpel/target/**/*</exclude>
+ <exclude>webapps/helloworld-jsf/target/**/*</exclude>
+ <exclude>webapps/helloworld-jsp/target/**/*</exclude>
+ <exclude>webapps/helloworld-stripes/target/**/*</exclude>
</excludes>
</fileSet>
</fileSets>