You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/04/15 20:15:47 UTC

svn commit: r1326388 - /lucene/dev/trunk/lucene/common-build.xml

Author: uschindler
Date: Sun Apr 15 18:15:47 2012
New Revision: 1326388

URL: http://svn.apache.org/viewvc?rev=1326388&view=rev
Log:
reenable XML reports for Jenkins

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1326388&r1=1326387&r2=1326388&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Sun Apr 15 18:15:47 2012
@@ -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>