Remove dependance on clover in build.xml
This commit is contained in:
parent
af9746af52
commit
64c3a0ff62
|
|
@ -1045,7 +1045,6 @@
|
|||
<delete dir="${staging.dir}"/>
|
||||
<delete dir="${dist.dir}"/>
|
||||
<delete dir="${pipelinetest.dir}"/>
|
||||
<clover-clean/>
|
||||
</target>
|
||||
|
||||
<!-- Depend on this target if your target requires a clean working directory but you don't want to depend on clean directly -->
|
||||
|
|
@ -1136,6 +1135,10 @@
|
|||
|
||||
<!-- Test targets -->
|
||||
|
||||
<target name="clover.clean">
|
||||
<clover-clean/>
|
||||
</target>
|
||||
|
||||
<target name="clover.report">
|
||||
<clover-html-report outdir="clover_html" title="GATK Clover report"/>
|
||||
</target>
|
||||
|
|
|
|||
Loading…
Reference in New Issue