You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2014/03/11 17:39:46 UTC

svn commit: r1576414 - in /nutch/branches/2.x: CHANGES.txt build.xml

Author: lewismc
Date: Tue Mar 11 16:39:45 2014
New Revision: 1576414

URL: http://svn.apache.org/r1576414
Log:
NUTCH-1253 Incompatible neko and xerces versions

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/build.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1576414&r1=1576413&r2=1576414&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Tue Mar 11 16:39:45 2014
@@ -8,7 +8,7 @@ Current Development
 
 * NUTCH-1719 DomainStatistics fails in 2.x because URL is not unreversed (Gerhard Gossen via lewismc)
 
-* NUTCH-1253 Incompatable neko and xerces versions (snagel, lewismc)
+* NUTCH-1253 Incompatable neko and xerces versions (snagel, lewismc, Talat UYARER)
 
 * NUTCH-1715 RobotRulesParser adds additional '*' to the robots name (tejasp)
 

Modified: nutch/branches/2.x/build.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/build.xml?rev=1576414&r1=1576413&r2=1576414&view=diff
==============================================================================
--- nutch/branches/2.x/build.xml (original)
+++ nutch/branches/2.x/build.xml Tue Mar 11 16:39:45 2014
@@ -913,7 +913,7 @@
                  exported="false" />
         <library path="${basedir}/src/plugin/parse-swf/lib/javaswf.jar" 
                  exported="false" />
-        <library path="${basedir}/build/plugins/lib-nekohtml/nekohtml-0.9.5.jar" 
+        <library path="${basedir}/build/plugins/lib-nekohtml/nekohtml-1.9.19.jar" 
                  exported="false" />
         <library path="${basedir}/build/plugins/parse-html/tagsoup-1.2.jar" 
                  exported="false" />