You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2011/01/27 14:33:37 UTC

svn commit: r1064121 - in /nutch/branches/branch-1.3: CHANGES.txt ivy/ivy.xml src/plugin/lib-xml/ivy.xml

Author: markus
Date: Thu Jan 27 13:33:36 2011
New Revision: 1064121

URL: http://svn.apache.org/viewvc?rev=1064121&view=rev
Log:
NUTCH-964 Upgraded Xerces to 2.91, ERROR conf.Configuration - Failed to set setXIncludeAware (markus)


Modified:
    nutch/branches/branch-1.3/CHANGES.txt
    nutch/branches/branch-1.3/ivy/ivy.xml
    nutch/branches/branch-1.3/src/plugin/lib-xml/ivy.xml

Modified: nutch/branches/branch-1.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/CHANGES.txt?rev=1064121&r1=1064120&r2=1064121&view=diff
==============================================================================
--- nutch/branches/branch-1.3/CHANGES.txt (original)
+++ nutch/branches/branch-1.3/CHANGES.txt Thu Jan 27 13:33:36 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 1.3 - Current Development
 
+* NUTCH-964 Upgraded Xerces to 2.91, ERROR conf.Configuration - Failed to set setXIncludeAware (markus)
+
 * NUTCH-927 Fetcher.timelimit.mins is invalid when depth is greater than 1 (Wade Lau via jnioche)
 
 * NUTCH-824 Crawling - File Error 404 when fetching file with an hexadecimal character in the file name (Michela Becchi via jnioche)
@@ -10,7 +12,7 @@ Release 1.3 - Current Development
 
 * NUTCH-950 DomainURLFilter throws NPE on bogus urls (Alexis Detreglode via jnioche)
 
-* NUTCH-935 basicurlnormalizer removes unnecessary /./ in URLs
+* NUTCH-935 basicurlnormalizer removes unnecessary /./ in URLs (Stondet via markus)
 
 * NUTCH-912 MoreIndexingFilter does not parse docx and xlsx date formats (Markus Jelsma, jnioche)
 

Modified: nutch/branches/branch-1.3/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/ivy/ivy.xml?rev=1064121&r1=1064120&r2=1064121&view=diff
==============================================================================
--- nutch/branches/branch-1.3/ivy/ivy.xml (original)
+++ nutch/branches/branch-1.3/ivy/ivy.xml Thu Jan 27 13:33:36 2011
@@ -64,7 +64,7 @@
 
 		<dependency org="log4j" name="log4j" rev="1.2.15" conf="*->master" />
 
-		<dependency org="xerces" name="xercesImpl" rev="2.6.2" />
+		<dependency org="xerces" name="xercesImpl" rev="2.9.1" />
 		<dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" />
 		<dependency org="oro" name="oro" rev="2.0.8" />
 

Modified: nutch/branches/branch-1.3/src/plugin/lib-xml/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/src/plugin/lib-xml/ivy.xml?rev=1064121&r1=1064120&r2=1064121&view=diff
==============================================================================
--- nutch/branches/branch-1.3/src/plugin/lib-xml/ivy.xml (original)
+++ nutch/branches/branch-1.3/src/plugin/lib-xml/ivy.xml Thu Jan 27 13:33:36 2011
@@ -38,7 +38,7 @@
   <dependencies>
     <dependency org="org.jdom" name="jdom" rev="1.1" conf="*->default"/>
     <dependency org="jaxen" name="jaxen" rev="1.1.1" conf="*->master"/>
-    <dependency org="xerces" name="xercesImpl" rev="2.6.2" conf="*->master"/>
+    <dependency org="xerces" name="xercesImpl" rev="2.9.1" conf="*->master"/>
   </dependencies>
   
 </ivy-module>