From: <bi...@us...> - 2009-05-05 21:15:55
|
Revision: 2701 http://archive-access.svn.sourceforge.net/archive-access/?rev=2701&view=rev Author: binzino Date: 2009-05-05 21:15:28 +0000 (Tue, 05 May 2009) Log Message: ----------- Changed default location to look for search.xsl. Likely needs editing post-deployment however. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/src/nutch/src/web/web.xml Modified: trunk/archive-access/projects/nutchwax/archive/src/nutch/src/web/web.xml =================================================================== --- trunk/archive-access/projects/nutchwax/archive/src/nutch/src/web/web.xml 2009-05-05 21:14:39 UTC (rev 2700) +++ trunk/archive-access/projects/nutchwax/archive/src/nutch/src/web/web.xml 2009-05-05 21:15:28 UTC (rev 2701) @@ -59,7 +59,7 @@ <filter-class>org.archive.nutchwax.XSLTFilter</filter-class> <init-param> <param-name>xsltUrl</param-name> - <param-value>style/search.xsl</param-value> + <param-value>webapps/nutchwax-0.12.4/search.xsl</param-value> </init-param> </filter> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |