You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/02/18 15:58:38 UTC

svn commit: r1072010 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/common-build.xml lucene/contrib/contrib-build.xml solr/

Author: sarowe
Date: Fri Feb 18 14:58:38 2011
New Revision: 1072010

URL: http://svn.apache.org/viewvc?rev=1072010&view=rev
Log:
LUCENE-2926: reverting all changes - it slows down the build.  LUCENE-2923 will include these changes for the demo contrib only

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/common-build.xml
    lucene/dev/branches/branch_3x/lucene/contrib/contrib-build.xml
    lucene/dev/branches/branch_3x/solr/   (props changed)

Modified: lucene/dev/branches/branch_3x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/common-build.xml?rev=1072010&r1=1072009&r2=1072010&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/common-build.xml Fri Feb 18 14:58:38 2011
@@ -656,13 +656,6 @@
     </typedef>
   </target>
 
-  <target name="lucene-uptodate" unless="lucene.uptodate">
-    <uptodate property="lucene.uptodate" 
-              targetfile="${common.dir}/build/lucene-core-${version}.jar">
-     	<srcfiles dir="${common.dir}/src/java" includes="**/*.java"/>
-    </uptodate>
-  </target>
-  
   <target name="rat-sources" depends="rat-sources-typedef"
 	  description="runs the tasks over source and test files">
     <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">

Modified: lucene/dev/branches/branch_3x/lucene/contrib/contrib-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/contrib-build.xml?rev=1072010&r1=1072009&r2=1072010&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/contrib-build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/contrib-build.xml Fri Feb 18 14:58:38 2011
@@ -60,11 +60,7 @@
     <property name="core.compiled" value="true"/>
   </target>
   
-  <target name="jar-lucene" depends="build-lucene" unless="lucene.uptodate">
-    <ant dir="${common.dir}" target="jar-core" inheritAll="false"/>
-  </target>
-  
-  <target name="init" depends="common.init,lucene-uptodate,jar-lucene"/>
+  <target name="init" depends="common.init,build-lucene"/>
   <target name="compile-test" depends="init" if="contrib.has.tests">
     <antcall target="common.compile-test" inheritRefs="true" />
   </target>