mirror of https://github.com/apache/lucene.git
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:
parent
d21d258367
commit
958fd4be13
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue