From: Michael S. <sta...@us...> - 2005-11-11 00:52:25
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13084/xdocs Modified Files: srcbuild.xml Log Message: * xdocs/srcbuild.xml nutch-site.xml.nutchwax was renamed nutch-site.xml.tempalte Index: srcbuild.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/srcbuild.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** srcbuild.xml 20 Oct 2005 19:54:26 -0000 1.9 --- srcbuild.xml 11 Nov 2005 00:52:17 -0000 1.10 *************** *** 40,50 **** </p> ! <p>Symlink <literal>${NUTCHWAX}/nutch/conf/nutch-site.xml.nutchwax</literal> to ${NUTCHWAX}/conf/nutch-site.xml. Doing this, there is only one nutch-site.xml shared by core Nutch and by NutchWAX extensions. <pre> % cd ${NUTCH_HOME}/nutch/conf % mv nutch-site.xml nutch-site.xml.original ! % ln -s ${NUTCHWAX}/conf/nutch-site.xml.nutchwax nutch-site.xml</pre> ! The <literal>nutch-site.xml.nutchwax</literal> that is in ${NUTCHWAX} has NutchWAX specific configuration overrides as well as hardcodings of collection names and --- 40,50 ---- </p> ! <p>Symlink <literal>${NUTCHWAX}/nutch/conf/nutch-site.xml.template</literal> to ${NUTCHWAX}/conf/nutch-site.xml. Doing this, there is only one nutch-site.xml shared by core Nutch and by NutchWAX extensions. <pre> % cd ${NUTCH_HOME}/nutch/conf % mv nutch-site.xml nutch-site.xml.original ! % ln -s ${NUTCHWAX}/conf/nutch-site.xml.template nutch-site.xml</pre> ! The <literal>nutch-site.xml.template</literal> that is in ${NUTCHWAX} has NutchWAX specific configuration overrides as well as hardcodings of collection names and |