From 91fb08086ae60d774aaaa8c3c4e236d11e53bef0 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Thu, 29 Mar 2012 23:27:45 +0000 Subject: [PATCH] LUCENE-3937: Removed remaining references to the patched xercesImpl jar; added benchmark/CHANGES.txt entry. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307165 13f79535-47bb-0310-9956-ffa450edef68 --- dev-tools/eclipse/dot.classpath | 2 +- .../maven/modules/benchmark/pom.xml.template | 9 ++++----- dev-tools/maven/pom.xml.template | 19 +++++-------------- lucene/tools/custom-tasks.xml | 3 +-- modules/benchmark/CHANGES.txt | 5 +++++ modules/benchmark/NOTICE.txt | 2 +- modules/benchmark/build.xml | 5 ----- solr/NOTICE.txt | 1 - 8 files changed, 17 insertions(+), 29 deletions(-) diff --git a/dev-tools/eclipse/dot.classpath b/dev-tools/eclipse/dot.classpath index c6d1aa6ffdf..522d73a8105 100644 --- a/dev-tools/eclipse/dot.classpath +++ b/dev-tools/eclipse/dot.classpath @@ -100,7 +100,7 @@ - + diff --git a/dev-tools/maven/modules/benchmark/pom.xml.template b/dev-tools/maven/modules/benchmark/pom.xml.template index 4e2dfcb7b9d..16e9560bd9a 100755 --- a/dev-tools/maven/modules/benchmark/pom.xml.template +++ b/dev-tools/maven/modules/benchmark/pom.xml.template @@ -84,11 +84,6 @@ lucene-facet ${project.version} - - ${project.groupId} - lucene-xercesImpl - ${project.version} - com.ibm.icu icu4j @@ -97,6 +92,10 @@ org.apache.commons commons-compress + + xerces + xercesImpl + ${build-directory} diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template index 36219102d02..4461b13251a 100644 --- a/dev-tools/maven/pom.xml.template +++ b/dev-tools/maven/pom.xml.template @@ -360,6 +360,11 @@ spatial4j 0.2 + + xerces + xercesImpl + 2.9.1 + @@ -631,20 +636,6 @@ org.apache.maven.plugins maven-install-plugin - - install-xercesImpl - install - - install-file - - - ${project.groupId} - lucene-xercesImpl - ${project.version} - jar - modules/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar - - install-solr-commons-csv install diff --git a/lucene/tools/custom-tasks.xml b/lucene/tools/custom-tasks.xml index e48501fe685..fea9709ef14 100644 --- a/lucene/tools/custom-tasks.xml +++ b/lucene/tools/custom-tasks.xml @@ -44,8 +44,7 @@ - - + diff --git a/modules/benchmark/CHANGES.txt b/modules/benchmark/CHANGES.txt index 2defd593ed1..f4f478e3260 100644 --- a/modules/benchmark/CHANGES.txt +++ b/modules/benchmark/CHANGES.txt @@ -5,6 +5,11 @@ The Benchmark contrib package contains code for benchmarking Lucene in a variety For more information on past and future Lucene versions, please see: http://s.apache.org/luceneversions +3/29/2012 + LUCENE-3937: Workaround the XERCES-J bug by avoiding the broken UTF-8 decoding + in the v2.9.1 release. Replaced the XERCESJ-1247-patched jar with the v2.9.1 + release jar. (Uwe Schindler, Robert Muir, Mike McCandless) + 2/15/2011 LUCENE-3768: fix typos in .alg files, and add test that all .alg files in conf/ can be parsed. (Sami Siren via Robert Muir) diff --git a/modules/benchmark/NOTICE.txt b/modules/benchmark/NOTICE.txt index fe61784fb8e..0cde3bb51aa 100644 --- a/modules/benchmark/NOTICE.txt +++ b/modules/benchmark/NOTICE.txt @@ -7,4 +7,4 @@ The Apache Software Foundation (http://www.apache.org/). Includes software from other Apache Software Foundation projects, including, but not limited to: - Commons Compress (lib/commons-compress-1.0.jar) - - Xerces (lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar) + - Xerces (lib/xercesImpl-2.9.1.jar) diff --git a/modules/benchmark/build.xml b/modules/benchmark/build.xml index e1f3f8324cf..c04d8be22f4 100644 --- a/modules/benchmark/build.xml +++ b/modules/benchmark/build.xml @@ -257,11 +257,6 @@ /> - - - - diff --git a/solr/NOTICE.txt b/solr/NOTICE.txt index ba187f810f1..ff0e6c79f4b 100644 --- a/solr/NOTICE.txt +++ b/solr/NOTICE.txt @@ -91,7 +91,6 @@ including, but not limited to: - Commons Compress (lib/commons-compress-1.0.jar) - Commons Digester (lib/commons-digester-1.7.jar) - Commons Logging (lib/commons-logging-1.0.4.jar) - - Xerces (lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar) ========================================================================= == Apache Lucene Analyzers Notice ==