- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 14:23:39 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF In directory hutz:/tmp/cvs-serv14280/WebContent/WEB-INF Modified Files: Tag: dev2 web.xml Log Message: eclipse config Index: web.xml =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/Attic/web.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- web.xml 5 Aug 2009 10:26:53 -0000 1.1.2.1 +++ web.xml 5 Aug 2009 14:23:37 -0000 1.1.2.2 @@ -1,38 +1,38 @@ -<?xml version="1.0" encoding="UTF-8"?> -<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5"> - <display-name>unicorn_dev</display-name> - <welcome-file-list> - <welcome-file>index.html</welcome-file> - <welcome-file>index.htm</welcome-file> - <welcome-file>index.jsp</welcome-file> - <welcome-file>default.html</welcome-file> - <welcome-file>default.htm</welcome-file> - <welcome-file>default.jsp</welcome-file> - </welcome-file-list> - <servlet> - <description>Unicorn Controller</description> - <display-name>Controller</display-name> - <servlet-name>Controller</servlet-name> - <servlet-class>org.w3c.unicorn.Controller</servlet-class> - </servlet> - <servlet> - <servlet-name>IndexAction</servlet-name> - <servlet-class>org.w3c.unicorn.action.IndexAction</servlet-class> - </servlet> - <servlet> - <servlet-name>ObserveAction</servlet-name> - <servlet-class>org.w3c.unicorn.action.ObserveAction</servlet-class> - </servlet> - <servlet> - <servlet-name>Error404Action</servlet-name> - <servlet-class>org.w3c.unicorn.action.Error404Action</servlet-class> - </servlet> - <servlet-mapping> - <servlet-name>default</servlet-name> - <url-pattern>/resources/*</url-pattern> - </servlet-mapping> - <servlet-mapping> - <servlet-name>Controller</servlet-name> - <url-pattern>/*</url-pattern> - </servlet-mapping> +<?xml version="1.0" encoding="UTF-8"?> +<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5"> + <display-name>unicorn</display-name> + <welcome-file-list> + <welcome-file>index.html</welcome-file> + <welcome-file>index.htm</welcome-file> + <welcome-file>index.jsp</welcome-file> + <welcome-file>default.html</welcome-file> + <welcome-file>default.htm</welcome-file> + <welcome-file>default.jsp</welcome-file> + </welcome-file-list> + <servlet> + <description>Unicorn Controller</description> + <display-name>Controller</display-name> + <servlet-name>Controller</servlet-name> + <servlet-class>org.w3c.unicorn.Controller</servlet-class> + </servlet> + <servlet> + <servlet-name>IndexAction</servlet-name> + <servlet-class>org.w3c.unicorn.action.IndexAction</servlet-class> + </servlet> + <servlet> + <servlet-name>ObserveAction</servlet-name> + <servlet-class>org.w3c.unicorn.action.ObserveAction</servlet-class> + </servlet> + <servlet> + <servlet-name>Error404Action</servlet-name> + <servlet-class>org.w3c.unicorn.action.Error404Action</servlet-class> + </servlet> + <servlet-mapping> + <servlet-name>default</servlet-name> + <url-pattern>/resources/*</url-pattern> + </servlet-mapping> + <servlet-mapping> + <servlet-name>Controller</servlet-name> + <url-pattern>/*</url-pattern> + </servlet-mapping> </web-app> \ No newline at end of file
Received on Wednesday, 5 August 2009 14:23:47 UTC