Author: echatellier Date: 2010-12-01 18:17:52 +0100 (Wed, 01 Dec 2010) New Revision: 3055 Url: http://chorem.org/repositories/revision/pollen/3055 Log: Use xsd instead of dtd Modified: trunk/pollen-ui/src/main/webapp/WEB-INF/web.xml Modified: trunk/pollen-ui/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/pollen-ui/src/main/webapp/WEB-INF/web.xml 2010-11-28 20:20:23 UTC (rev 3054) +++ trunk/pollen-ui/src/main/webapp/WEB-INF/web.xml 2010-12-01 17:17:52 UTC (rev 3055) @@ -39,10 +39,10 @@ limitations under the License. --> -<!DOCTYPE web-app - PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" - "http://java.sun.com/dtd/web-app_2_3.dtd"> -<web-app> +<web-app version="2.5" + xmlns="http://java.sun.com/xml/ns/javaee" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> <display-name>Pollen</display-name> <context-param> <!-- The only significant configuration for Tapestry 5, this informs Tapestry