From 0df3c5e074b991ccd283f6edab9eaa88dd355452 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Tue, 22 Dec 2009 17:07:00 +0000 Subject: [PATCH] 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 --- contrib/benchmark/CHANGES.txt | 5 +++++ contrib/benchmark/build.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/benchmark/CHANGES.txt b/contrib/benchmark/CHANGES.txt index d9718d6530b..7ab24b17052 100644 --- a/contrib/benchmark/CHANGES.txt +++ b/contrib/benchmark/CHANGES.txt @@ -4,6 +4,11 @@ The Benchmark contrib package contains code for benchmarking Lucene in a variety $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 LUCENE-2168: Allow negative relative thread priority for BG tasks (Mike McCandless) diff --git a/contrib/benchmark/build.xml b/contrib/benchmark/build.xml index e996ebf210a..1eb7de389b5 100644 --- a/contrib/benchmark/build.xml +++ b/contrib/benchmark/build.xml @@ -114,7 +114,7 @@ - +