remove cobertura.ser when ant clean is called

This commit is contained in:
kytv
2013-01-03 02:43:51 +00:00
parent e4ec046363
commit f788ef97de

View File

@ -614,6 +614,7 @@
<delete file="debian/files" />
<delete file="debian/build" />
<delete file="debian/substvars"/>
<delete file="core/java/cobertura.ser"/>
</target>
<target name="distclean" depends="clean">