Browse Source

Added a ~cleaner

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268224 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
88b5051fad
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build.xml

+ 3
- 0
build.xml View File

@@ -289,6 +289,9 @@
<target name="clean"> <target name="clean">
<delete dir="${build.dir}"/> <delete dir="${build.dir}"/>
<delete dir="${ant.dist.dir}"/> <delete dir="${ant.dist.dir}"/>
<delete>
<fileset dir="." includes="**/*~" defaultexcludes="no"/>
</delete>
</target> </target>


<!-- =================================================================== --> <!-- =================================================================== -->


Loading…
Cancel
Save