Author: markt Date: Wed Feb 25 17:11:24 2009 New Revision: 747863 URL: http://svn.apache.org/viewvc?rev=747863&view=rev Log: Fix broken metadata-complete element
Modified: tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd Modified: tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd?rev=747863&r1=747862&r2=747863&view=diff ============================================================================== --- tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd (original) +++ tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd Wed Feb 25 17:11:24 2009 @@ -875,22 +875,22 @@ <xsd:attribute name="version" type="javaee:web-app-versionType" use="required" /> <xsd:attribute name="id" type="xsd:ID" /> - xsd:attribute name="metadata-complete" type="xsd:boolean"> - <xsd:annotation> - <xsd:documentation> - 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. - </xsd:documentation> - </xsd:annotation> - <xsd:attribute /> + <xsd:attribute name="metadata-complete" type="xsd:boolean"> + <xsd:annotation> + <xsd:documentation> + 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. + </xsd:documentation> + </xsd:annotation> + </xsd:attribute> </xsd:complexType> <!-- **************************************************** --> <xsd:complexType name="web-resource-collectionType"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org