LUCENE-2926: reverting all changes - it slows down the build. LUCENE-2923 will include these changes for the demo contrib only

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-02-18 14:48:24 +00:00
parent 377c16ad52
commit ca24eb3c81
2 changed files with 1 additions and 12 deletions

View File

@ -664,13 +664,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">

View File

@ -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>