no need to call compile for lucene-core - the contribs will do it

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-03-19 19:41:12 +00:00
parent 7ff48d1133
commit 2a36f33b48
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@
<target name="compile-lucene" unless="lucene-compiled">
<property name="lucene-compiled" value="true"/>
<ant antfile="build.xml" target="compile" dir="../lucene"/>
<ant antfile="build.xml" target="compile" dir="../lucene/contrib/analyzers/common"/>
<ant antfile="build.xml" target="compile" dir="../lucene/contrib/fast-vector-highlighter"/>
<ant antfile="build.xml" target="compile" dir="../lucene/contrib/highlighter"/>