Stub out the clover target to allow successful building of snapshots

This commit is contained in:
Ramnivas Laddad
2009-07-13 21:27:19 +00:00
parent 0576fe2654
commit 252bd3942c

View File

@@ -34,10 +34,10 @@
<test-run classpath.id="test.run.classpath"/>
</target>
<target name="clover.instrument" depends="ivy.init, resolve.test, compile.init, clover.init">
<target name="clover">
<!--
Override to avoid build failure. Created SPR-5921 to fix this propertly
-->
</target>
</project>