more for LUCENE-1202 ... Hudson's clover plugin wants the XML format of the report, it's cheap so generate it everytime

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@637716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-03-17 04:26:30 +00:00
parent 9ac963952f
commit c975851ab5
1 changed files with 3 additions and 0 deletions

View File

@ -432,6 +432,9 @@
<current outfile="${clover.report.dir}" title="${final.name}">
<format type="html"/>
</current>
<current outfile="${clover.report.dir}/clover.xml" title="${final.name}">
<format type="xml"/>
</current>
</clover-report>
</target>