merge up to lucene rev 925176

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-03-20 17:01:08 +00:00
parent d21d258367
commit 958fd4be13
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<import file="../contrib-build.xml"/>
<property name="misc.jar" location="${common.dir}/build/contrib/misc/lucene-misc-${version}.jar"/>
<available property="memory.jar.present" type="file" file="${memory.jar}"/>
<available property="misc.jar.present" type="file" file="${misc.jar}"/>
<path id="classpath">
<pathelement path="${lucene.jar}"/>
@ -36,7 +36,7 @@
<target name="compile-core" depends="build-misc, common.compile-core" />
<target name="build-misc" unless="memory.jar.present">
<target name="build-misc" unless="misc.jar.present">
<echo>Misc building dependency ${misc.jar}</echo>
<ant antfile="../misc/build.xml" target="default" inheritall="false" dir="../misc" />
</target>