mirror of https://github.com/apache/lucene.git
fix compile-lucene target
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@941317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6772a01154
commit
fcf67e1605
|
@ -210,7 +210,7 @@
|
|||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="compile-lucene" unless="lucene-compiled">
|
||||
<target name="compile-lucene" unless="${lucene-compiled}">
|
||||
<property name="lucene-compiled" value="true"/>
|
||||
<ant antfile="build.xml" target="compile" dir="../modules/analysis/common"/>
|
||||
<ant antfile="build.xml" target="compile" dir="../lucene/contrib/highlighter"/>
|
||||
|
|
Loading…
Reference in New Issue