From 222c4b32f5a03ed7c916aeb84dcb9d017a531945 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 25 Feb 2009 17:11:24 +0000 Subject: [PATCH] Fix broken metadata-complete element git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@747863 13f79535-47bb-0310-9956-ffa450edef68 --- java/javax/servlet/resources/web-app_2_5.xsd | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/java/javax/servlet/resources/web-app_2_5.xsd b/java/javax/servlet/resources/web-app_2_5.xsd index fcb4bca08..0693fcee4 100644 --- a/java/javax/servlet/resources/web-app_2_5.xsd +++ b/java/javax/servlet/resources/web-app_2_5.xsd @@ -875,22 +875,22 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd - xsd:attribute name="metadata-complete" type="xsd:boolean"> - - - The metadata-complete attribute defines whether this - deployment descriptor is complete, or whether the class - files of the jar file should be examined for annotations - that specify deployment information. If - metadata-complete is set to "true", the deployment tool - must ignore any Servlet annotations present in the class - files of the application. If metadata-complete is not - specified or is set to "false", the deployment tool must - examine the class files of the application for - annotations, as specified by the Servlet specifications. - - - + + + + The metadata-complete attribute defines whether this + deployment descriptor is complete, or whether the class + files of the jar file should be examined for annotations + that specify deployment information. If + metadata-complete is set to "true", the deployment tool + must ignore any Servlet annotations present in the class + files of the application. If metadata-complete is not + specified or is set to "false", the deployment tool must + examine the class files of the application for + annotations, as specified by the Servlet specifications. + + + -- 2.11.0