don't fail if we cant delete: for some reason windows is hanging on to open file handles to these jars?

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-11-10 14:08:45 +00:00
parent 43dc1dcdea
commit b57d801ae3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
there is probably a cleaner way: but this ensure we have no garbage if jetty is upgraded -->
<target name="sync-hack">
<delete>
<delete failonerror="false">
<fileset dir="lib" includes="*.jar"/>
</delete>
</target>