mirror of https://github.com/apache/lucene.git
Delete tar and zip file if they exist before attempting to build them again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d4815420f
commit
a2fa5bf4d5
|
@ -642,6 +642,9 @@
|
|||
<fileset dir="site" />
|
||||
</copy>
|
||||
|
||||
<delete file="${dist}/${fullnamever}.tgz" failonerror="false" />
|
||||
<delete file="${dist}/${fullnamever}.zip" failonerror="false" />
|
||||
|
||||
<tar destfile="${dist}/${fullnamever}.tgz" compression="gzip">
|
||||
<tarfileset dir="."
|
||||
prefix="${fullnamever}"
|
||||
|
|
Loading…
Reference in New Issue