Author: ssmiweve Date: 2008-11-13 19:59:03 +0100 (Thu, 13 Nov 2008) New Revision: 6929
Modified: trunk/skin-archetype/src/main/resources/archetype-resources/war/src/main/webapp/WEB-INF/web.xml Log: http://sesat.no/pipermail/kernel-development/2008-November/000217.html point (1) thank you Stephane for pointing this out. Modified: trunk/skin-archetype/src/main/resources/archetype-resources/war/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/skin-archetype/src/main/resources/archetype-resources/war/src/main/webapp/WEB-INF/web.xml 2008-11-13 18:04:35 UTC (rev 6928) +++ trunk/skin-archetype/src/main/resources/archetype-resources/war/src/main/webapp/WEB-INF/web.xml 2008-11-13 18:59:03 UTC (rev 6929) @@ -35,7 +35,7 @@ <servlet> <servlet-name>resource servlet</servlet-name> - <servlet-class>no.${package}.commons.resourcefeed.ResourceServlet</servlet-class> + <servlet-class>no.sesat.commons.resourcefeed.ResourceServlet</servlet-class> <init-param> <param-name>ipaddresses.allowed</param-name> <param-value>80.91.33.</param-value> _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
