From: markt Date: Sat, 27 Jan 2007 22:35:35 +0000 (+0000) Subject: Update all webapps to use the servlet 2.5 xsd X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9b22649f8c9343d04d6ea27a90d031248740e9ca;p=tomcat7.0 Update all webapps to use the servlet 2.5 xsd git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@500644 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/ROOT/WEB-INF/web.xml b/webapps/ROOT/WEB-INF/web.xml index bc1f922bb..d6e79da19 100644 --- a/webapps/ROOT/WEB-INF/web.xml +++ b/webapps/ROOT/WEB-INF/web.xml @@ -18,8 +18,8 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd" + version="2.5"> Welcome to Tomcat diff --git a/webapps/docs/WEB-INF/web.xml b/webapps/docs/WEB-INF/web.xml index 3cc537d35..7fe7df320 100644 --- a/webapps/docs/WEB-INF/web.xml +++ b/webapps/docs/WEB-INF/web.xml @@ -1,8 +1,8 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd" + version="2.5"> Tomcat Documentation diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 595a2551d..f03e68520 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -73,6 +73,9 @@ Add a virtual hosting how-to contributed by Hassan Schroeder. (markt) + + Update all webapps to use the servlet 2.5 xsd. (markt) + diff --git a/webapps/examples/WEB-INF/web.xml b/webapps/examples/WEB-INF/web.xml index f36b4780d..545df2eac 100644 --- a/webapps/examples/WEB-INF/web.xml +++ b/webapps/examples/WEB-INF/web.xml @@ -18,8 +18,8 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd" + version="2.5"> Servlet and JSP Examples. diff --git a/webapps/host-manager/WEB-INF/web.xml b/webapps/host-manager/WEB-INF/web.xml index 6de1fc5e3..45310be5d 100644 --- a/webapps/host-manager/WEB-INF/web.xml +++ b/webapps/host-manager/WEB-INF/web.xml @@ -1,10 +1,9 @@ - - - + Tomcat Manager Application diff --git a/webapps/manager/WEB-INF/web.xml b/webapps/manager/WEB-INF/web.xml index 1ee451903..c48f2ea7b 100644 --- a/webapps/manager/WEB-INF/web.xml +++ b/webapps/manager/WEB-INF/web.xml @@ -18,8 +18,8 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd" + version="2.5"> Tomcat Manager Application