Browse Source

Override clover.instrument target to avoid build failure. Created SPR-5921 to fix this propertly.

pull/23217/head
Ramnivas Laddad 17 years ago
parent
commit
b1cb69fcb9
  1. 6
      org.springframework.aspects/build.xml

6
org.springframework.aspects/build.xml

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

Loading…
Cancel
Save