From: <bi...@us...> - 2010-10-28 00:50:41
|
Revision: 3314 http://archive-access.svn.sourceforge.net/archive-access/?rev=3314&view=rev Author: binzino Date: 2010-10-28 00:50:30 +0000 (Thu, 28 Oct 2010) Log Message: ----------- Enabled mime-type deduction via magic numbers. Modified Paths: -------------- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml Modified: tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml =================================================================== --- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml 2010-10-28 00:49:16 UTC (rev 3313) +++ tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml 2010-10-28 00:50:30 UTC (rev 3314) @@ -81,7 +81,7 @@ the Content-Type that is already in the (W)ARC file. --> <property> <name>mime.type.magic</name> - <value>false</value> + <value>true</value> <description>Defines if the mime content type detector uses magic resolution.</description> </property> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |