You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by je...@apache.org on 2005/09/13 14:35:58 UTC

svn commit: r280547 - /lucene/nutch/trunk/conf/nutch-default.xml

Author: jerome
Date: Tue Sep 13 05:35:55 2005
New Revision: 280547

URL: http://svn.apache.org/viewcvs?rev=280547&view=rev
Log:
plugin.auto-activation setted to true by default

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=280547&r1=280546&r2=280547&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Tue Sep 13 05:35:55 2005
@@ -587,7 +587,7 @@
 
 <property>
   <name>plugin.auto-activation</name>
-  <value>false</value>
+  <value>true</value>
   <description>Defines if some plugins that are not activated regarding
   the plugin.includes and plugin.excludes properties must be automaticaly
   activated if they are needed by some actived plugins.