mirror of https://github.com/apache/lucene.git
nuke more useless dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1395532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9ec1d6e20
commit
0fdedf94a8
|
@ -553,7 +553,7 @@
|
|||
</sequential>
|
||||
</target>
|
||||
|
||||
<target name="jar-checksums" depends="clean-jars,resolve">
|
||||
<target name="jar-checksums" depends="resolve">
|
||||
<jar-checksum-macro srcdir="${common.dir}" dstdir="${common.dir}/licenses"/>
|
||||
</target>
|
||||
|
||||
|
|
|
@ -675,7 +675,7 @@
|
|||
tofile="${analysis.conf.dest}/stopwords_tr.txt"/>
|
||||
</target>
|
||||
|
||||
<target name="jar-checksums" depends="clean-jars,resolve">
|
||||
<target name="jar-checksums" depends="resolve">
|
||||
<jar-checksum-macro srcdir="${common-solr.dir}" dstdir="${common-solr.dir}/licenses"/>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue