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 ==