diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 09:27:11 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 09:27:11 +0000 |
commit | fe54cde8c10cfcce976a3b727314dca11bc75e0b (patch) | |
tree | ea0ebf91480f9c6e22bdf377f2e867619d53d8a8 /sca-java-2.x/trunk/distribution/all | |
parent | f745d4851a86b9952d1d83d7b913eda7db98a976 (diff) |
Update to have only generic excludes so it doesn't break when samples are moved or renamed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution/all')
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml | 11 |
1 files changed, 2 insertions, 9 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 69b6ba7817..9c8d1c556b 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 @@ -57,15 +57,8 @@ <exclude>**/target/war/**/*</exclude> <exclude>**/target/work</exclude> <exclude>**/target/work/**/*</exclude> - <exclude>getting-started/helloworld-webapp/*/target</exclude> - <exclude>getting-started/helloworld-webapp/*/target/**/*</exclude> - <exclude>learning-more/implementation-webapp/*/target</exclude> - <exclude>learning-more/implementation-webapp/*/target/**/*</exclude> - <exclude>learning-more/implementation-bpel/helloworld-bpel-webapp/target</exclude> - <exclude>learning-more/implementation-bpel/helloworld-bpel-webapp/target/**/*</exclude> - <exclude>learning-more/binding-jsonrpc/calculator-webapp/target/**/*</exclude> - <exclude>learning-more/binding-jsonrpc/calculator-webapp/target</exclude> - <exclude>learning-more/binding-jsonrpc/calculator-webapp/src/main/webapp/dojo/**/*</exclude> + <exclude>**/*-webapp/target</exclude> + <exclude>**/*-webapp/target/**/*</exclude> </excludes> </fileSet> </fileSets> |