Author: jerome
Date: Wed Sep 7 02:57:24 2005
New Revision: 279286
URL: http://svn.apache.org/viewcvs?rev=279286&view=rev
Log:
Includes protocol-httpclient plugin (instead of protocol-http) and parse-js
erroneously removed during commit of revision 233492
Modified:
lucene/nutch/trunk/conf/nutch-default.xml
Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL:
http://svn.apache.org/viewcvs/lucene/nutch/trunk/conf/nutch-default.xml?rev=279286&r1=279285&r2=279286&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Wed Sep 7 02:57:24 2005
@@ -587,7 +587,7 @@
<property>
<name>plugin.includes</name>
-
<value>nutch-extensionpoints|protocol-http|urlfilter-regex|parse-(text|html)|index-basic|query-(basic|site|url)</value>
+
<value>nutch-extensionpoints|protocol-httpclient|urlfilter-regex|parse-(text|html|js)|index-basic|query-(basic|site|url)</value>
<description>Regular expression naming plugin directory names to
include. Any plugin not matching this expression is excluded.
In any case you need at least include the nutch-extensionpoints plugin. By