Stub out the clover target to allow successful building of snapshots

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1535 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Ramnivas Laddad 2009-07-13 21:27:19 +00:00
parent 6706c0815b
commit b60127a277
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@
<test-run classpath.id="test.run.classpath"/> <test-run classpath.id="test.run.classpath"/>
</target> </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 Override to avoid build failure. Created SPR-5921 to fix this propertly
--> -->
</target> </target>
</project> </project>