LUCENE-3858: clean dist folder too when running ant clean

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-03-09 14:41:18 +00:00
parent 1557e02f47
commit 9c61a0e8ce
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@
<fileset dir="modules" includes="build.xml" />
<fileset dir="solr" includes="build.xml" />
</subant>
<delete dir="dist" failonerror="false" />
</sequential>
</target>