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 05:42:02 UTC

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

Author: markrmiller
Date: Thu Mar 18 04:42:01 2010
New Revision: 924635

URL: http://svn.apache.org/viewvc?rev=924635&view=rev
Log:
remove obsolete ant call

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=924635&r1=924634&r2=924635&view=diff
==============================================================================
--- lucene/solr/branches/newtrunk/build.xml (original)
+++ lucene/solr/branches/newtrunk/build.xml Thu Mar 18 04:42:01 2010
@@ -25,8 +25,6 @@
         <fileset dir="lucene" includes="build.xml" />
       </subant>
 
-      <antcall target="lucene-jars-to-solr" />
-
       <subant target="test" inheritall="false" failonerror="true">
         <fileset dir="solr" includes="build.xml" />
       </subant>