Override clover.do for spring-aspects to avoid build failure
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1543 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
3cb902ef21
commit
7916076ac8
|
|
@ -46,4 +46,10 @@
|
||||||
-->
|
-->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="clover.do">
|
||||||
|
<!--
|
||||||
|
Override to avoid build failure. Created SPR-5921 to fix this propertly
|
||||||
|
-->
|
||||||
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue