mirror of https://github.com/apache/lucene.git
LUCENE-2178: allow multiple locations on -Dbenchmark.ext.classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@893233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48b275af80
commit
0df3c5e074
|
@ -4,6 +4,11 @@ The Benchmark contrib package contains code for benchmarking Lucene in a variety
|
||||||
|
|
||||||
$Id:$
|
$Id:$
|
||||||
|
|
||||||
|
12/22/2009
|
||||||
|
LUCENE-2178: Allow multiple locations to add to the class path with
|
||||||
|
-Dbenchmark.ext.classpath=... when running "ant run-task" (Steven
|
||||||
|
Rowe via Mike McCandless)
|
||||||
|
|
||||||
12/17/2009
|
12/17/2009
|
||||||
LUCENE-2168: Allow negative relative thread priority for BG tasks
|
LUCENE-2168: Allow negative relative thread priority for BG tasks
|
||||||
(Mike McCandless)
|
(Mike McCandless)
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
<path id="run.classpath">
|
<path id="run.classpath">
|
||||||
<path refid="classpath"/>
|
<path refid="classpath"/>
|
||||||
<pathelement location="${build.dir}/classes/java"/>
|
<pathelement location="${build.dir}/classes/java"/>
|
||||||
<pathelement location="${benchmark.ext.classpath}"/>
|
<pathelement path="${benchmark.ext.classpath}"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<property name="task.alg" location="conf/micro-standard.alg"/>
|
<property name="task.alg" location="conf/micro-standard.alg"/>
|
||||||
|
|
Loading…
Reference in New Issue