From: <bi...@us...> - 2009-07-24 19:13:50
|
Revision: 2794 http://archive-access.svn.sourceforge.net/archive-access/?rev=2794&view=rev Author: binzino Date: 2009-07-24 19:13:40 +0000 (Fri, 24 Jul 2009) Log Message: ----------- Oops, had changed this to use the NutchBean for some temporary testing and forgot to set it back to NutchWaxBean. Modified Paths: -------------- tags/nutchwax-0_12_7/archive/bin/nutchwax Modified: tags/nutchwax-0_12_7/archive/bin/nutchwax =================================================================== --- tags/nutchwax-0_12_7/archive/bin/nutchwax 2009-07-24 18:45:29 UTC (rev 2793) +++ tags/nutchwax-0_12_7/archive/bin/nutchwax 2009-07-24 19:13:40 UTC (rev 2794) @@ -76,7 +76,7 @@ ;; search) shift - ${NUTCH_HOME}/bin/nutch org.apache.nutch.searcher.NutchBean "$@" + ${NUTCH_HOME}/bin/nutch org.archive.nutchwax.NutchWaxBean "$@" ;; *) echo "" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |