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 2014/08/31 23:07:16 UTC

svn commit: r1621639 - in /lucene/dev/branches/branch_4x: ./ extra-targets.xml

Author: uschindler
Date: Sun Aug 31 21:07:15 2014
New Revision: 1621639

URL: http://svn.apache.org/r1621639
Log:
Merged revision(s) 1621638 from lucene/dev/trunk:
Fix project name in clover report

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/extra-targets.xml

Modified: lucene/dev/branches/branch_4x/extra-targets.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/extra-targets.xml?rev=1621639&r1=1621638&r2=1621639&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/extra-targets.xml (original)
+++ lucene/dev/branches/branch_4x/extra-targets.xml Sun Aug 31 21:07:15 2014
@@ -61,12 +61,12 @@
       <include name="*/build/**/test/TEST-*.xml"/>
       <exclude name="lucene/build/backwards/**"/>
     </fileset>
-    <clover-report>
-      <current outfile="${clover.report.dir}" title="${final.name}" numThreads="0">
+    <clover-report projectName="Apache Lucene/Solr">
+      <current outfile="${clover.report.dir}" title="Apache Lucene/Solr ${version}" numThreads="0">
         <format type="html" filter="assert"/>
         <testresults refid="clover.test.result.files"/>
       </current>
-      <current outfile="${clover.report.dir}/clover.xml" title="${final.name}">
+      <current outfile="${clover.report.dir}/clover.xml" title="Apache Lucene/Solr ${version}">
         <format type="xml" filter="assert"/>
         <testresults refid="clover.test.result.files"/>
       </current>