You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2009/03/02 11:16:52 UTC

svn commit: r749256 - in /lucene/nutch/trunk: CHANGES.txt src/plugin/lib-nekohtml/lib/nekohtml-0.9.4.jar src/plugin/lib-nekohtml/lib/nekohtml-1.9.11.jar src/plugin/lib-nekohtml/plugin.xml

Author: siren
Date: Mon Mar  2 10:16:51 2009
New Revision: 749256

URL: http://svn.apache.org/viewvc?rev=749256&view=rev
Log:
NUTCH-700 - revert to nekohtml-0.9.4

Added:
    lucene/nutch/trunk/src/plugin/lib-nekohtml/lib/nekohtml-0.9.4.jar   (with props)
Removed:
    lucene/nutch/trunk/src/plugin/lib-nekohtml/lib/nekohtml-1.9.11.jar
Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/src/plugin/lib-nekohtml/plugin.xml

Modified: lucene/nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?rev=749256&r1=749255&r2=749256&view=diff
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Mon Mar  2 10:16:51 2009
@@ -369,6 +369,8 @@
 
 138. NUTCH-419 - Unavailable robots.txt kills fetch (Carsten Lehmann,
      Doug Cook via ab)
+     
+139. NUTCH-700 - Neko1.9.11 goes into a loop (Julien Nioche, siren)
 
 
 Release 0.9 - 2007-04-02

Added: lucene/nutch/trunk/src/plugin/lib-nekohtml/lib/nekohtml-0.9.4.jar
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/lib-nekohtml/lib/nekohtml-0.9.4.jar?rev=749256&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/nutch/trunk/src/plugin/lib-nekohtml/lib/nekohtml-0.9.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: lucene/nutch/trunk/src/plugin/lib-nekohtml/plugin.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/lib-nekohtml/plugin.xml?rev=749256&r1=749255&r2=749256&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/lib-nekohtml/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/lib-nekohtml/plugin.xml Mon Mar  2 10:16:51 2009
@@ -29,7 +29,7 @@
    provider-name="org.cyberneko">
 
    <runtime>
-     <library name="nekohtml-1.9.11.jar">
+     <library name="nekohtml-0.9.4.jar">
         <export name="*"/>
      </library>
    </runtime>