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