mirror of https://github.com/apache/lucene.git
LUCENE-2845: move contrib/benchmark to modules/benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fad6912a46
commit
f012c2d44d
|
@ -7,6 +7,8 @@ Build
|
||||||
* LUCENE-2413: Moved the demo out of lucene core and into contrib/demo.
|
* LUCENE-2413: Moved the demo out of lucene core and into contrib/demo.
|
||||||
(Robert Muir)
|
(Robert Muir)
|
||||||
|
|
||||||
|
* LUCENE-2845: Moved contrib/benchmark to modules.
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
||||||
* LUCENE-2604: Added RegexpQuery support to contrib/queryparser.
|
* LUCENE-2604: Added RegexpQuery support to contrib/queryparser.
|
||||||
|
|
|
@ -5,7 +5,11 @@
|
||||||
Lucene Benchmarking Contributions
|
Lucene Benchmarking Contributions
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<import file="../contrib-build.xml"/>
|
<property name="build.dir" location="build/" />
|
||||||
|
<property name="dist.dir" location="dist/" />
|
||||||
|
<property name="maven.dist.dir" location="dist/maven" />
|
||||||
|
|
||||||
|
<import file="../../lucene/contrib/contrib-build.xml"/>
|
||||||
<property name="working.dir" location="work"/>
|
<property name="working.dir" location="work"/>
|
||||||
|
|
||||||
<!-- the tests have some parallel problems -->
|
<!-- the tests have some parallel problems -->
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue