summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-27 12:50:11 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-27 12:50:11 +0000
commit317445eb5be508380bedb7b41cc855450ffc03a0 (patch)
treedbef2ea2a77d7e89b082b6874a35f5f87d95309d /sca-java-2.x/branches/2.0-Beta1
parent18e0ec7dc6b09877118a9a3d2ad834183e30bd43 (diff)
TUSCANY-3753 - remove large target files from samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/components/bin-samples.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/components/bin-samples.xml b/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/components/bin-samples.xml
index 90e5d2531d..0fc5ad36a8 100644
--- a/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/components/bin-samples.xml
+++ b/sca-java-2.x/branches/2.0-Beta1/distribution/all/src/main/components/bin-samples.xml
@@ -41,6 +41,7 @@
<exclude>**/target/.felix/**/*</exclude>
<exclude>**/target/generated-sources</exclude>
<exclude>**/target/generated-sources/**/*</exclude>
+ <exclude>**/target/logs</exclude>
<exclude>**/target/maven-archiver</exclude>
<exclude>**/target/maven-archiver/**/*</exclude>
<exclude>**/target/maven-shared-archive-resources</exclude>
@@ -60,6 +61,11 @@
<exclude>**/*-webapp/target</exclude>
<exclude>**/*-webapp/target/**/*</exclude>
<exclude>**/*-webapp/src/main/webapp/dojo/**/*</exclude>
+ <exclude>**/implementation-web/**/target</exclude>
+ <exclude>**/implementation-web/**/target/**/*</exclude>
+ <exclude>**/implementation-web/**/src/main/webapp/dojo/**/*</exclude>
+ <exclude>**/running-tuscany/**/target</exclude>
+ <exclude>**/running-tuscany/**/target/**/*</exclude>
</excludes>
</fileSet>
</fileSets>