mirror of https://github.com/apache/lucene.git
update build.xml for new clover version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@926629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2337afd66
commit
9213bcafca
|
@ -489,7 +489,7 @@
|
|||
description="Instrument the Unit tests using Clover. Requires a Clover license and clover.jar in the ANT classpath. To use, specify -Drun.clover=true on the command line."/>
|
||||
|
||||
<target name="clover.setup" if="clover.enabled">
|
||||
<taskdef resource="clovertasks"/>
|
||||
<taskdef resource="cloverlib.xml"/>
|
||||
<mkdir dir="${clover.db.dir}"/>
|
||||
<clover-setup initString="${clover.db.dir}/solr_coverage.db">
|
||||
<fileset dir="src/common"/>
|
||||
|
|
Loading…
Reference in New Issue