clean should also remove velocity.log

This commit is contained in:
Oleg Sukhodolsky 2004-09-23 10:33:46 +00:00
parent 30af95bd2a
commit fbf91151ca
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
<delete includeemptydirs="true">
<fileset dir="docs/api" includes="**" excludes=".cvsignore,CVS/**"/>
</delete>
<delete file="velocity.log" />
</target>
<!-- -->