Make rat output formatted with correct taskname

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-06-27 09:23:18 +00:00
parent 0a174fc475
commit e0890ccc71
1 changed files with 1 additions and 1 deletions

View File

@ -1580,7 +1580,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
</rat:report>
<!-- now print the output, for review -->
<loadfile property="rat.output" srcFile="${rat.sources.logfile}"/>
<echo>${rat.output}</echo>
<echo taskname="rat">${rat.output}</echo>
<delete>
<fileset file="${rat.sources.logfile}">
<and>