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="${staging.dir}"/>
|
||||||
<delete dir="${dist.dir}"/>
|
<delete dir="${dist.dir}"/>
|
||||||
<delete dir="${pipelinetest.dir}"/>
|
<delete dir="${pipelinetest.dir}"/>
|
||||||
<clover-clean/>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Depend on this target if your target requires a clean working directory but you don't want to depend on clean directly -->
|
<!-- 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 -->
|
<!-- Test targets -->
|
||||||
|
|
||||||
|
<target name="clover.clean">
|
||||||
|
<clover-clean/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="clover.report">
|
<target name="clover.report">
|
||||||
<clover-html-report outdir="clover_html" title="GATK Clover report"/>
|
<clover-html-report outdir="clover_html" title="GATK Clover report"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue