mirror of https://github.com/apache/lucene.git
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:
parent
43dc1dcdea
commit
b57d801ae3
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
there is probably a cleaner way: but this ensure we have no garbage if jetty is upgraded -->
|
there is probably a cleaner way: but this ensure we have no garbage if jetty is upgraded -->
|
||||||
<target name="sync-hack">
|
<target name="sync-hack">
|
||||||
<delete>
|
<delete failonerror="false">
|
||||||
<fileset dir="lib" includes="*.jar"/>
|
<fileset dir="lib" includes="*.jar"/>
|
||||||
</delete>
|
</delete>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue