Index: CHANGES.txt =================================================================== --- CHANGES.txt (revision 951608) +++ CHANGES.txt (working copy) @@ -129,6 +129,13 @@ * LUCENE-2360: Small speedup to recycling of reused per-doc RAM in IndexWriter (Robert Muir, Mike McCandless) +Build + +* LUCENE-2488: Support build with JDK 1.4 and exclude Java 1.5 contrib + modules on request (pass '-Dforce.jdk14.build=true') when + compiling/testing/packaging. This marks the benchmark contrib also + as Java 1.5, as it depends on fast-vector-highlighter. (Uwe Schindler) + ======================= Release 2.9.2 2010-02-26 ======================= Bug fixes Index: common-build.xml =================================================================== --- common-build.xml (revision 951608) +++ common-build.xml (working copy) @@ -107,9 +107,7 @@ - - - + Index: contrib/ant/build.xml =================================================================== --- contrib/ant/build.xml (revision 951608) +++ contrib/ant/build.xml (working copy) @@ -33,7 +33,7 @@ refid="additional.dependencies" /> - + Index: contrib/benchmark/build.xml =================================================================== --- contrib/benchmark/build.xml (revision 951608) +++ contrib/benchmark/build.xml (working copy) @@ -5,6 +5,9 @@ Lucene Benchmarking Contributions + + + @@ -161,11 +164,11 @@ - + - + Index: contrib/collation/build.xml =================================================================== --- contrib/collation/build.xml (revision 951608) +++ contrib/collation/build.xml (working copy) @@ -43,7 +43,7 @@ - + Index: contrib/contrib-build.xml =================================================================== --- contrib/contrib-build.xml (revision 951608) +++ contrib/contrib-build.xml (working copy) @@ -31,8 +31,38 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -59,22 +89,33 @@ + + + + + + + + + - + + + + + + + + + - - - - + @@ -89,7 +130,7 @@ - + - + ${name} Index: contrib/db/bdb-je/build.xml =================================================================== --- contrib/db/bdb-je/build.xml (revision 951608) +++ contrib/db/bdb-je/build.xml (working copy) @@ -23,14 +23,13 @@ + + + - - - - @@ -46,7 +45,13 @@ - + + + + + + + @@ -57,6 +62,6 @@ - - + + Index: contrib/db/bdb/build.xml =================================================================== --- contrib/db/bdb/build.xml (revision 951608) +++ contrib/db/bdb/build.xml (working copy) @@ -23,14 +23,13 @@ + + + - - - - - + @@ -46,13 +45,19 @@ - + + + + + + + - + - + - + Index: contrib/fast-vector-highlighter/build.xml =================================================================== --- contrib/fast-vector-highlighter/build.xml (revision 951608) +++ contrib/fast-vector-highlighter/build.xml (working copy) @@ -37,7 +37,7 @@ - + Fast Vector Highlighter building dependency ${analyzers.jar} Index: contrib/remote/build.xml =================================================================== --- contrib/remote/build.xml (revision 951608) +++ contrib/remote/build.xml (working copy) @@ -26,7 +26,7 @@ - + Index: contrib/spatial/build.xml =================================================================== --- contrib/spatial/build.xml (revision 951608) +++ contrib/spatial/build.xml (working copy) @@ -37,7 +37,7 @@ - + Misc building dependency ${misc.jar} Index: contrib/xml-query-parser/build.xml =================================================================== --- contrib/xml-query-parser/build.xml (revision 951608) +++ contrib/xml-query-parser/build.xml (working copy) @@ -44,7 +44,7 @@ - + XML Parser building dependency ${queries.jar}