reenable XML reports for Jenkins

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-04-15 18:15:47 +00:00
parent 815cc4f10e
commit 28ff0ba357
1 changed files with 0 additions and 2 deletions

View File

@ -800,9 +800,7 @@
<report-execution-times file="${junit.output.dir}/tests-timehints.txt" historyLength="5" />
<!-- XML reports compatible with ant-report task. We don't use ant-report anyway so I omit these. -->
<!--
<report-ant-xml dir="@{junit.output.dir}" />
-->
<report-json file="${junit.output.dir}/tests-report-${ant.project.name}/index.html" />
</listeners>