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:
Mark Robert Miller 2010-05-05 14:42:46 +00:00
parent 6772a01154
commit fcf67e1605
1 changed files with 1 additions and 1 deletions

View File

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