Exclude some files from the RAT report.

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@826852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2009-10-19 22:48:03 +00:00
parent 62502fa48c
commit 92c2d2e25e
1 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,8 @@
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportFile="${rat.report.dir}/rat-report.txt">
<fileset dir="${basedir}">
<exclude name="build/**/*"/>
<exclude name="**/*.sha1"/>
<exclude name="**/*.md5"/>
</fileset>
</rat:report>