1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-12 18:52:21 -05:00

delete build.log in ant clean

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@379 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-02-19 22:20:31 +00:00
parent ff6e2dd625
commit 38deba2aca

View File

@ -11,6 +11,7 @@
<target name="clean">
<delete dir="target"/>
<delete dir="dist"/>
<delete file="build.log"/>
</target>
<target name="init">