diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-23 21:08:03 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-23 21:08:03 +0000 |
commit | 8c3433c53f146cbd455f5709047f1a1c4233544a (patch) | |
tree | 0acb5dd3debe12294ec487a198983b09512991a7 /sca-java-2.x/trunk | |
parent | 6c11af12d8a323fff0f42523c5630ad032cf8b0c (diff) |
Add an exclude for target/*.log files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml b/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml index f5ea2d04b8..fec631b113 100644 --- a/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml @@ -61,6 +61,7 @@ <excludes> <exclude>tuscany-sca-2.0-SNAPSHOT/CHANGES</exclude> <exclude>**/MANIFEST.MF</exclude> + <exclude>**/target/**/*.log</exclude> <exclude>tuscany-sca-2.0-SNAPSHOT/features/configuration/config.ini</exclude> </excludes> </configuration> |