Remove dependance on clover in build.xml

This commit is contained in:
Mark DePristo 2012-12-24 13:53:29 -05:00
parent af9746af52
commit 64c3a0ff62
1 changed files with 4 additions and 1 deletions

View File

@ -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>