if we're going to wildcard copy files into example/solr/lib, we have to clean them all up

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@815564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2009-09-15 23:35:27 +00:00
parent 5d234337ba
commit 2ecb6776ad
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
description="Cleans compiled files and other temporary artifacts.">
<delete dir="${dest}" />
<delete dir="${dist}" />
<delete dir="example/solr/lib" />
</target>
<target name="clean-dest"