Author: cutting
Date: Thu Oct 6 10:02:03 2005
New Revision: 306808
URL: http://svn.apache.org/viewcvs?rev=306808&view=rev
Log:
Add parse-ext content-types so that unit tests pass.
Modified:
lucene/nutch/trunk/conf/parse-plugins.xml
Modified: lucene/nutch/trunk/conf/parse-plugins.xml
URL:
http://svn.apache.org/viewcvs/lucene/nutch/trunk/conf/parse-plugins.xml?rev=306808&r1=306807&r2=306808&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/parse-plugins.xml (original)
+++ lucene/nutch/trunk/conf/parse-plugins.xml Thu Oct 6 10:02:03 2005
@@ -204,4 +204,14 @@
<plugin id="parse-text" />
</mimeType>
+ <!-- Types for parse-ext plugin: required for unit tests to pass. -->
+
+ <mimeType name="application/vnd.nutch.example.cat">
+ <plugin id="parse-ext" />
+ </mimeType>
+
+ <mimeType name="application/vnd.nutch.example.md5sum">
+ <plugin id="parse-ext" />
+ </mimeType>
+
</parse-plugins>