mirror of https://github.com/apache/lucene.git
add safety so we don't generate checksums for any stale jars when regenerating
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1368977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f63ddc1fb
commit
7465266b20
|
@ -572,7 +572,7 @@
|
|||
</sequential>
|
||||
</target>
|
||||
|
||||
<target name="jar-checksums" depends="resolve">
|
||||
<target name="jar-checksums" depends="clean-jars,resolve">
|
||||
<jar-checksum-macro srcdir="${common.dir}" dstdir="${common.dir}/licenses"/>
|
||||
</target>
|
||||
|
||||
|
|
|
@ -763,7 +763,7 @@
|
|||
</delete>
|
||||
</target>
|
||||
|
||||
<target name="jar-checksums" depends="resolve">
|
||||
<target name="jar-checksums" depends="clean-jars,resolve">
|
||||
<jar-checksum-macro srcdir="${common-solr.dir}" dstdir="${common-solr.dir}/licenses"/>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue