mirror of https://github.com/apache/lucene.git
LUCENE-4728: add queries to the classpath since highlighter specializes a query now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1442605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34ec469b9d
commit
0eb56551b9
|
@ -147,6 +147,7 @@
|
|||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<pathelement path="${queryparser.jar}"/>
|
||||
<pathelement path="${facet.jar}"/>
|
||||
<pathelement path="${queries.jar}"/>
|
||||
<fileset dir="${common.dir}/analysis/icu/lib"/>
|
||||
<path refid="base.classpath"/>
|
||||
<fileset dir="lib"/>
|
||||
|
|
Loading…
Reference in New Issue