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

svn commit: r1576422 - /nutch/trunk/build.xml

Author: snagel
Date: Tue Mar 11 16:53:33 2014
New Revision: 1576422

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

Modified:
    nutch/trunk/build.xml

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1576422&r1=1576421&r2=1576422&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Tue Mar 11 16:53:33 2014
@@ -905,7 +905,7 @@
                  exported="false" />
         <library path="${basedir}/build/plugins/feed/rome-0.9.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.1.jar" 
                  exported="false" />