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/19 20:41:12 UTC

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

Author: markrmiller
Date: Fri Mar 19 19:41:12 2010
New Revision: 925396

URL: http://svn.apache.org/viewvc?rev=925396&view=rev
Log:
no need to call compile for lucene-core - the contribs will do it

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

Modified: lucene/solr/branches/newtrunk/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/newtrunk/solr/common-build.xml?rev=925396&r1=925395&r2=925396&view=diff
==============================================================================
--- lucene/solr/branches/newtrunk/solr/common-build.xml (original)
+++ lucene/solr/branches/newtrunk/solr/common-build.xml Fri Mar 19 19:41:12 2010
@@ -193,7 +193,6 @@
   
   <target name="compile-lucene" unless="lucene-compiled">
     <property name="lucene-compiled" value="true"/>
-    <ant antfile="build.xml" target="compile" dir="../lucene"/>
     <ant antfile="build.xml" target="compile" dir="../lucene/contrib/analyzers/common"/>
     <ant antfile="build.xml" target="compile" dir="../lucene/contrib/fast-vector-highlighter"/>
     <ant antfile="build.xml" target="compile" dir="../lucene/contrib/highlighter"/>