Author: markt
Date: Sat Oct 10 11:49:47 2015
New Revision: 1707869
URL: http://svn.apache.org/viewvc?rev=1707869&view=rev
Log:
Fix some copy/paste errors in the schemas
Modified:
tomcat/trunk/java/javax/servlet/resources/web-app_4_0.xsd
tomcat/trunk/java/javax/servlet/resources/web-common_4_0.xsd
tomcat/trunk/java/javax/servlet/resources/web-fragment_4_0.xsd
Modified: tomcat/trunk/java/javax/servlet/resources/web-app_4_0.xsd
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-app_4_0.xsd?rev=1707869&r1=1707868&r2=1707869&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/resources/web-app_4_0.xsd (original)
+++ tomcat/trunk/java/javax/servlet/resources/web-app_4_0.xsd Sat Oct 10
11:49:47 2015
@@ -61,7 +61,7 @@
<xsd:documentation>
<![CDATA[
- This is the XML Schema for the Servlet 3.1 deployment descriptor.
+ This is the XML Schema for the Servlet 4.0 deployment descriptor.
The deployment descriptor must be named "WEB-INF/web.xml" in the
web application's war file. All Servlet deployment descriptors
must indicate the web application schema by using the Java EE
@@ -75,7 +75,7 @@
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="..."
- version="3.1">
+ version="4.0">
...
</web-app>
Modified: tomcat/trunk/java/javax/servlet/resources/web-common_4_0.xsd
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-common_4_0.xsd?rev=1707869&r1=1707868&r2=1707869&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/resources/web-common_4_0.xsd (original)
+++ tomcat/trunk/java/javax/servlet/resources/web-common_4_0.xsd Sat Oct 10
11:49:47 2015
@@ -61,7 +61,7 @@
<xsd:documentation>
<![CDATA[
- This is the common XML Schema for the Servlet 3.1 deployment
descriptor.
+ This is the common XML Schema for the Servlet 4.0 deployment
descriptor.
This file is in turn used by web.xml and web-fragment.xml
web application's war file. All Servlet deployment descriptors
must indicate the web common schema by using the Java EE
@@ -75,7 +75,7 @@
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="..."
- version="3.1">
+ version="4.0">
...
</web-app>
Modified: tomcat/trunk/java/javax/servlet/resources/web-fragment_4_0.xsd
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-fragment_4_0.xsd?rev=1707869&r1=1707868&r2=1707869&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/resources/web-fragment_4_0.xsd (original)
+++ tomcat/trunk/java/javax/servlet/resources/web-fragment_4_0.xsd Sat Oct 10
11:49:47 2015
@@ -61,7 +61,7 @@
<xsd:documentation>
<![CDATA[
- This is the XML Schema for the Servlet 3.1 deployment descriptor.
+ This is the XML Schema for the Servlet 4.0 deployment descriptor.
The deployment descriptor must be named "META-INF/web-fragment.xml"
in the web fragment's jar file. All Servlet deployment descriptors
must indicate the web application schema by using the Java EE
@@ -75,7 +75,7 @@
<web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="..."
- version="3.1">
+ version="4.0">
...
</web-fragment>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]