Update of /cvsroot/nutch/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15519
Modified Files: CHANGES.txt build.xml Log Message: Added plugin.includes config parameter that determines which plugins are included. By default now only http, html and basic indexing and search plugins are enabled, rather than all plugins. This should make default performance more predictable and reliable going forward. Index: build.xml =================================================================== RCS file: /cvsroot/nutch/nutch/build.xml,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** build.xml 30 Nov 2004 06:36:00 -0000 1.69 --- build.xml 9 Dec 2004 17:40:43 -0000 1.70 *************** *** 20,25 **** <dirname property="plugins.classpath.dir" file="${build.plugins}"/> <path id="test.classpath"> - <pathelement location="${conf.dir}"/> <pathelement location="${test.build.classes}" /> <pathelement location="${plugins.classpath.dir}"/> <path refid="classpath"/> --- 20,25 ---- <dirname property="plugins.classpath.dir" file="${build.plugins}"/> <path id="test.classpath"> <pathelement location="${test.build.classes}" /> + <pathelement location="${conf.dir}"/> <pathelement location="${plugins.classpath.dir}"/> <path refid="classpath"/> *************** *** 154,157 **** --- 154,160 ---- <mkdir dir="${test.build.data}"/> + <copy file="${test.src.dir}/nutch-site.xml" + todir="${test.build.classes}"/> + <junit printsummary="yes" haltonfailure="no" fork="yes" dir="${basedir}" errorProperty="tests.failed" failureProperty="tests.failed"> Index: CHANGES.txt =================================================================== RCS file: /cvsroot/nutch/nutch/CHANGES.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** CHANGES.txt 30 Nov 2004 06:36:00 -0000 1.39 --- CHANGES.txt 9 Dec 2004 17:40:43 -0000 1.40 *************** *** 80,83 **** --- 80,93 ---- (Michael J. Pan via John Xing, 20041129) + 18. Changed fetcher.server.delay to be a float, so that sub-second + delays can be specified. (cutting) + + 19. Added plugin.includes config parameter that determines which + plugins are included. By default now only http, html and basic + indexing and search plugins are enabled, rather than all plugins. + This should make default performance more predictable and reliable + going forward. + + Release 0.5 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nutch-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-cvs