From 7f2ed5a07878e7658a02c545f27cc3f79252f7dc Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 24 Feb 2007 16:20:30 +0000 Subject: [PATCH] Use correct definition for servlet 2.5 xsd. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@511294 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/ROOT/WEB-INF/web.xml | 8 ++++---- webapps/docs/WEB-INF/web.xml | 8 ++++---- webapps/docs/changelog.xml | 8 ++++++++ webapps/examples/WEB-INF/web.xml | 8 ++++---- webapps/host-manager/WEB-INF/web.xml | 8 ++++---- webapps/manager/WEB-INF/web.xml | 8 ++++---- 6 files changed, 28 insertions(+), 20 deletions(-) diff --git a/webapps/ROOT/WEB-INF/web.xml b/webapps/ROOT/WEB-INF/web.xml index d6e79da19..d8528f16e 100644 --- a/webapps/ROOT/WEB-INF/web.xml +++ b/webapps/ROOT/WEB-INF/web.xml @@ -16,10 +16,10 @@ limitations under the License. --> - + Welcome to Tomcat diff --git a/webapps/docs/WEB-INF/web.xml b/webapps/docs/WEB-INF/web.xml index 7fe7df320..13b7df5d3 100644 --- a/webapps/docs/WEB-INF/web.xml +++ b/webapps/docs/WEB-INF/web.xml @@ -1,8 +1,8 @@ - + Tomcat Documentation diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 0113b62f1..b7d67b7ca 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -27,6 +27,14 @@ + + + + Fix previous update to servlet 2.5 xsd to use correct declaration. + (markt) + + +
diff --git a/webapps/examples/WEB-INF/web.xml b/webapps/examples/WEB-INF/web.xml index 545df2eac..2ee73c496 100644 --- a/webapps/examples/WEB-INF/web.xml +++ b/webapps/examples/WEB-INF/web.xml @@ -16,10 +16,10 @@ limitations under the License. --> - + Servlet and JSP Examples. diff --git a/webapps/host-manager/WEB-INF/web.xml b/webapps/host-manager/WEB-INF/web.xml index 45310be5d..cf34dd78e 100644 --- a/webapps/host-manager/WEB-INF/web.xml +++ b/webapps/host-manager/WEB-INF/web.xml @@ -1,9 +1,9 @@ - + Tomcat Manager Application diff --git a/webapps/manager/WEB-INF/web.xml b/webapps/manager/WEB-INF/web.xml index c48f2ea7b..80e85e6b6 100644 --- a/webapps/manager/WEB-INF/web.xml +++ b/webapps/manager/WEB-INF/web.xml @@ -16,10 +16,10 @@ limitations under the License. --> - + Tomcat Manager Application -- 2.11.0