Author: maartenc
Date: Mon Oct 19 22:48:03 2009
New Revision: 826852
URL: http://svn.apache.org/viewvc?rev=826852&view=rev
Log:
Exclude some files from the RAT report.
Modified:
ant/ivy/core/trunk/build-release.xml
Modified: ant/ivy/core/trunk/build-release.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=826852&r1=826851&r2=826852&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Mon Oct 19 22:48:03 2009
@@ -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>