mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
4d31bb3a7c
commit
91fb08086a
|
@ -100,7 +100,7 @@
|
|||
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
|
||||
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-stemming-1.5.2.jar"/>
|
||||
<classpathentry kind="lib" path="modules/benchmark/lib/commons-compress-1.2.jar"/>
|
||||
<classpathentry kind="lib" path="modules/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar"/>
|
||||
<classpathentry kind="lib" path="modules/benchmark/lib/xercesImpl-2.9.1.jar"/>
|
||||
<classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r1211150.jar"/>
|
||||
<classpathentry kind="lib" path="solr/lib/apache-solr-commons-csv-1.0-SNAPSHOT-r966014.jar"/>
|
||||
<classpathentry kind="lib" path="solr/lib/commons-fileupload-1.2.1.jar"/>
|
||||
|
|
|
@ -84,11 +84,6 @@
|
|||
<artifactId>lucene-facet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>lucene-xercesImpl</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
|
@ -97,6 +92,10 @@
|
|||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-compress</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<directory>${build-directory}</directory>
|
||||
|
|
|
@ -360,6 +360,11 @@
|
|||
<artifactId>spatial4j</artifactId>
|
||||
<version>0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
<version>2.9.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependencies>
|
||||
|
@ -631,20 +636,6 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>install-xercesImpl</id>
|
||||
<phase>install</phase>
|
||||
<goals>
|
||||
<goal>install-file</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>lucene-xercesImpl</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<packaging>jar</packaging>
|
||||
<file>modules/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar</file>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>install-solr-commons-csv</id>
|
||||
<phase>install</phase>
|
||||
|
|
|
@ -44,8 +44,7 @@
|
|||
|
||||
<!-- Non-typical version patterns. -->
|
||||
<additional-filters />
|
||||
<replaceregex pattern="/xercesImpl([^/]+)$" replace="/xercesImpl" flags="gi" />
|
||||
|
||||
|
||||
<!-- Typical version patterns. -->
|
||||
<replaceregex pattern="\-(r)?([0-9\-\_\.])+(b(eta)?([0-9\-\.])*)?$" replace="" flags="gi" />
|
||||
</filtermapper>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -257,11 +257,6 @@
|
|||
/>
|
||||
</target>
|
||||
|
||||
<target name="dist-maven" depends="jar-core,javadocs,common.dist-maven">
|
||||
<m2-deploy-with-pom-template pom.xml="lib/lucene-xercesImpl-pom.xml.template"
|
||||
jar.file="lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar" />
|
||||
</target>
|
||||
|
||||
<target name="compile-test" depends="contrib-build.compile-test">
|
||||
<!-- copy .alg files as resources for testing -->
|
||||
<copy todir="${build.dir}/classes/test/conf">
|
||||
|
|
|
@ -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 ==
|
||||
|
|
Loading…
Reference in New Issue