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:
Simon Willnauer 2013-02-05 14:28:22 +00:00
parent 34ec469b9d
commit 0eb56551b9
1 changed files with 1 additions and 0 deletions

View File

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