delete ${dest.classes} after dist

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rodney Waldhoff 2001-05-04 15:51:57 +00:00
parent c0bca891ef
commit bfb870a5c0
1 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.10 2001/05/04 09:48:04 geirm Exp $ -->
<!-- $Id: build.xml,v 1.11 2001/05/04 15:51:57 rwaldhoff Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@ -231,6 +231,7 @@
<fileset dir="${workdir}"/>
</jar>
<delete dir="${workdir}"/>
<delete dir="${dest.classes}"/>
</target>
<!-- ######################################################### -->