diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-30 15:03:30 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-30 15:03:30 +0000 |
commit | 4ba82b3760d75465a040a05106ad73b66d95dd2b (patch) | |
tree | 41a4d87d053ed06e4183b3355db524ff3d0bb3a3 | |
parent | 51a0c29becda7f5c3a4c79f4558890e62d4d891a (diff) |
Simplify the sample exclusions by excluding all webapp target folder contents
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939700 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/src/main/components/bin-samples.xml | 8 |
1 files changed, 1 insertions, 7 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 44f31d0871..7dc2dad61f 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 @@ -78,13 +78,7 @@ <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-jms/target/**/*</exclude> - <exclude>webapps/helloworld-js-client/target/**/*</exclude> - <exclude>webapps/helloworld-jsf/target/**/*</exclude> - <exclude>webapps/helloworld-jsp/target/**/*</exclude> - <exclude>webapps/helloworld-servlet/target/**/*</exclude> - <exclude>webapps/helloworld-stripes/target/**/*</exclude> + <exclude>webapps/*/target/**/*</exclude> </excludes> </fileSet> </fileSets> |