mirror of https://github.com/apache/lucene.git
replace stax with geronimo API jar and woodstox impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@693498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b33cb01910
commit
f56029351b
|
@ -658,6 +658,8 @@ Other Changes
|
|||
24. Upgraded to Lucene 2.4-dev (r686801) (yonik)
|
||||
25. Upgraded to Lucene 2.4-dev (r688745) 27-Aug-2008 (yonik)
|
||||
26. Upgraded to Lucene 2.4-dev (r691741) 03-Sep-2008 (yonik)
|
||||
27. Replaced the StAX reference implementation with the geronimo
|
||||
StAX API jar, and the Woodstox StAX implementation. (yonik)
|
||||
|
||||
Build
|
||||
1. SOLR-411. Changed the names of the Solr JARs to use the defacto standard JAR names based on
|
||||
|
|
|
@ -305,7 +305,8 @@
|
|||
</fileset>
|
||||
<fileset dir="${lib}">
|
||||
<include name="commons-io-*.jar" />
|
||||
<include name="stax-*.jar" />
|
||||
<include name="*stax-*.jar" />
|
||||
<include name="wstx-*.jar" />
|
||||
</fileset>
|
||||
<pathelement location="${dest}/common"/>
|
||||
</path>
|
||||
|
@ -597,7 +598,8 @@
|
|||
<fileset dir="${lib}">
|
||||
<include name="commons-codec-*.jar"/>
|
||||
<include name="commons-io-*.jar"/>
|
||||
<include name="stax-*.jar"/>
|
||||
<include name="*stax-*.jar" />
|
||||
<include name="wstx-*.jar" />
|
||||
</fileset>
|
||||
<fileset dir="${solrj-dir}/lib">
|
||||
<include name="*.jar" />
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[ab1ee3ba605df11b3075677c808d092845dad123] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[0df112a9887409a4ef57cb3af76d641a4daaf4ca] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[d9a1665151cf5ba827d15f9bccc35dc77b57cf98] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[277701703f09f05b322140a6bbb338e3a4833a19] was removed in git history.
|
||||
Apache SVN contains full history.
|
Loading…
Reference in New Issue