summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-16 20:51:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-16 20:51:11 +0000
commitc7f0e30baf5c72b70f03b08a18644f18e2fa40f2 (patch)
tree05f73f46598248150ed9f91e54831e9fe723875a /java
parente86867392665ea27caadf5408f797a95ae046c96 (diff)
Add in the webapp samples to the distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/all/src/main/components/bin-samples.xml10
1 files changed, 10 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 dab510d274..1cdfb142ec 100644
--- a/java/sca/distribution/all/src/main/components/bin-samples.xml
+++ b/java/sca/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>