LUCENE-7293: Fix benchmark dependencies

This commit is contained in:
Uwe Schindler 2016-05-20 23:10:42 +02:00
parent ebcc991034
commit 9e793672e4
1 changed files with 2 additions and 1 deletions

View File

@ -167,6 +167,7 @@
<path id="classpath">
<pathelement path="${memory.jar}"/>
<pathelement path="${spatial.jar}"/>
<pathelement path="${highlighter.jar}"/>
<pathelement path="${analyzers-common.jar}"/>
<pathelement path="${queryparser.jar}"/>
@ -277,7 +278,7 @@
<echo>Benchmark output in JIRA table format is in file: ${shingle.jira.output.file}</echo>
</target>
<target name="init" depends="module-build.init,jar-memory,jar-highlighter,jar-analyzers-common,jar-queryparser,jar-facet,jar-spatial-extras,jar-codecs,jar-join"/>
<target name="init" depends="module-build.init,jar-memory,jar-highlighter,jar-spatial,jar-analyzers-common,jar-queryparser,jar-facet,jar-spatial-extras,jar-codecs,jar-join"/>
<target name="compile-test" depends="copy-alg-files-for-testing,module-build.compile-test"/>
<target name="copy-alg-files-for-testing" description="copy .alg files as resources for testing">