You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ma...@apache.org on 2010/03/18 01:04:26 UTC

svn commit: r924562 - /lucene/solr/branches/newtrunk/build.xml

Author: markrmiller
Date: Thu Mar 18 00:04:26 2010
New Revision: 924562

URL: http://svn.apache.org/viewvc?rev=924562&view=rev
Log:
remove overwrite on copy

Modified:
    lucene/solr/branches/newtrunk/build.xml

Modified: lucene/solr/branches/newtrunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/newtrunk/build.xml?rev=924562&r1=924561&r2=924562&view=diff
==============================================================================
--- lucene/solr/branches/newtrunk/build.xml (original)
+++ lucene/solr/branches/newtrunk/build.xml Thu Mar 18 00:04:26 2010
@@ -36,7 +36,7 @@
   <target name="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>
         <file file="lucene/build/lucene-core-${lucene.version}.jar" />
         <file file="lucene/build/contrib/analyzers/common/lucene-analyzers-${lucene.version}.jar" />