You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/09 15:41:18 UTC

svn commit: r1298852 - /lucene/dev/trunk/build.xml

Author: rmuir
Date: Fri Mar  9 14:41:18 2012
New Revision: 1298852

URL: http://svn.apache.org/viewvc?rev=1298852&view=rev
Log:
LUCENE-3858: clean dist folder too when running ant clean

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1298852&r1=1298851&r2=1298852&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Fri Mar  9 14:41:18 2012
@@ -124,6 +124,7 @@
         <fileset dir="modules" includes="build.xml" />
         <fileset dir="solr" includes="build.xml" />
       </subant>
+      <delete dir="dist" failonerror="false" />
     </sequential>
   </target>