mirror of https://github.com/apache/lucene.git
remove overwrite on copy
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@924562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e70adc1425
commit
47f03c1a00
|
@ -36,7 +36,7 @@
|
||||||
<target name="lucene-jars-to-solr">
|
<target name="lucene-jars-to-solr">
|
||||||
<!-- temp hack - copy lucene jars to solr -->
|
<!-- temp hack - copy lucene jars to solr -->
|
||||||
|
|
||||||
<copy todir="solr/lib" preservelastmodified="true" flatten="true" overwrite="true">
|
<copy todir="solr/lib" preservelastmodified="true" flatten="true">
|
||||||
<resources>
|
<resources>
|
||||||
<file file="lucene/build/lucene-core-${lucene.version}.jar" />
|
<file file="lucene/build/lucene-core-${lucene.version}.jar" />
|
||||||
<file file="lucene/build/contrib/analyzers/common/lucene-analyzers-${lucene.version}.jar" />
|
<file file="lucene/build/contrib/analyzers/common/lucene-analyzers-${lucene.version}.jar" />
|
||||||
|
|
Loading…
Reference in New Issue