Author: jhm
Date: Sun Jul 1 23:30:50 2007
New Revision: 552414
URL: http://svn.apache.org/viewvc?view=rev&rev=552414
Log:
Use of the wrong property name, so it now cleans the "distribution" directory,
too.
Modified:
ant/antlibs/common/trunk/build.xml
Modified: ant/antlibs/common/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?view=diff&rev=552414&r1=552413&r2=552414
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Sun Jul 1 23:30:50 2007
@@ -217,7 +217,7 @@
<target name="clean" depends="setup-properties">
<delete dir="${build}"/>
- <delete dir="${dist.base.dir}"/>
+ <delete dir="${dist.base}"/>
<delete dir="${dist.name}"/>
<delete dir="${bin.dist.dir}"/>
<delete dir="${src.dist.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]