From: Michael S. <sta...@us...> - 2005-10-21 00:42:27
|
Update of /cvsroot/archive-access/archive-access/projects/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9063 Modified Files: maven.xml Log Message: * maven.xml nutch-site.xml.all renamed as nutch-site.xml.nutchwax. * conf/nutch-site.xml.nutchwax Added. Replaces... * conf/nutch-site.xml.all Deleted. Index: maven.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/maven.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** maven.xml 5 Oct 2005 23:16:47 -0000 1.10 --- maven.xml 21 Oct 2005 00:42:14 -0000 1.11 *************** *** 121,125 **** in place to a viewer such as wera.--> <copy tofile="${maven.dist.bin.assembly.dir}/conf/nutch-site.xml" ! file="${basedir}/conf/nutch-site.xml.all" filtering="true" overwrite="true" /> </postGoal> --- 121,125 ---- in place to a viewer such as wera.--> <copy tofile="${maven.dist.bin.assembly.dir}/conf/nutch-site.xml" ! file="${basedir}/conf/nutch-site.xml.nutchwax" filtering="true" overwrite="true" /> </postGoal> |