summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-16 15:25:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-16 15:25:23 +0000
commitec5b507bad2de4dced7d946362b3f51ab4ce40ff (patch)
tree8e9d2cd13b583a2d2330eb1d289b39ea0efc48fd
parent6be936347ac6235234ec24d1e5628fe0582201f4 (diff)
Add some more excludes. There are some more needed after the sample name refactors a while ago which means the samples target\classes folders are getting incuded in the bin distro, i'm not sure why that happens though
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985990 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml b/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml
index 5c9bf1ac03..f5678cc48a 100644
--- a/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml
+++ b/sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml
@@ -39,6 +39,8 @@
<exclude>**/target/dependency-maven-plugin-markers/**/*</exclude>
<exclude>**/target/.felix</exclude>
<exclude>**/target/.felix/**/*</exclude>
+ <exclude>**/target/generated-sources</exclude>
+ <exclude>**/target/generated-sources/**/*</exclude>
<exclude>**/target/maven-archiver</exclude>
<exclude>**/target/maven-archiver/**/*</exclude>
<exclude>**/target/maven-shared-archive-resources</exclude>
@@ -55,6 +57,8 @@
<exclude>**/target/war/**/*</exclude>
<exclude>webapps/*/target</exclude>
<exclude>webapps/*/target/**/*</exclude>
+ <exclude>helloworld-bpel/target/sample-helloworld-bpel</exclude>
+ <exclude>helloworld-bpel/target/sample-helloworld-bpel/**/*</exclude>
</excludes>
</fileSet>
</fileSets>