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 2006/08/18 17:12:12 UTC

svn commit: r432615 - in /lucene/nutch/trunk: CHANGES.txt conf/parse-plugins.xml

Author: siren
Date: Fri Aug 18 08:12:12 2006
New Revision: 432615

URL: http://svn.apache.org/viewvc?rev=432615&view=rev
Log:
NUTCH-338 - Remove the text parser as an option for parsing PDF files in parse-plugins.xml (Chris A. Mattmann)

Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/conf/parse-plugins.xml

Modified: lucene/nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?rev=432615&r1=432614&r2=432615&view=diff
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Fri Aug 18 08:12:12 2006
@@ -18,8 +18,11 @@
  6. NUTCH-348 - Fix Generator to select highest scoring pages (Chris
     Schneider and Stefan Groschupf via ab)
 
- 7. NUTCH-347 adjust plugin build script not to emit warnings when copying
+ 7. NUTCH-347 - Adjust plugin build script not to emit warnings when copying
     dependant jars (siren)
+    
+ 8. NUTCH-338 - Remove the text parser as an option for parsing PDF files
+    in parse-plugins.xml (Chris A. Mattmann via siren)
 
 Release 0.8 - 2006-07-25
 

Modified: lucene/nutch/trunk/conf/parse-plugins.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/parse-plugins.xml?rev=432615&r1=432614&r2=432615&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/parse-plugins.xml (original)
+++ lucene/nutch/trunk/conf/parse-plugins.xml Fri Aug 18 08:12:12 2006
@@ -37,7 +37,6 @@
 
 	<mimeType name="application/pdf">
 		<plugin id="parse-pdf" />
-		<plugin id="parse-text" />
 	</mimeType>
 
 	<mimeType name="application/postscript">