From: markt Date: Wed, 25 Feb 2009 17:11:24 +0000 (+0000) Subject: Fix broken metadata-complete element X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=222c4b32f5a03ed7c916aeb84dcb9d017a531945;p=tomcat7.0 Fix broken metadata-complete element git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@747863 13f79535-47bb-0310-9956-ffa450edef68 --- 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. + + +