Skip to content

Commit

Permalink
Update to 4.0 final schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Sep 26, 2017
1 parent 1ae01f5 commit 0f614fc
Show file tree
Hide file tree
Showing 5 changed files with 5,281 additions and 2,185 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/javax/servlet/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<uri name="http://java.sun.com/xml/ns/javaee/javaee_5.xsd" uri="resources/javaee_5.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_6.xsd" uri="resources/javaee_6.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd" uri="resources/javaee_7.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_8.xsd" uri="resources/javaee_8.xsd"/>

<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_1_1.xsd" uri="resources/j2ee_web_services_1_1.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd" uri="resources/javaee_web_services_1_2.xsd"/>
Expand All @@ -55,11 +56,14 @@
<uri name="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" uri="resources/web-app_2_5.xsd"/>
<uri name="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" uri="resources/web-app_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" uri="resources/web-app_3_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" uri="resources/web-app_4_0.xsd"/>

<uri name="http://java.sun.com/xml/ns/javaee/web-common_3_0.xsd" uri="resources/web-common_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-common_3_1.xsd" uri="resources/web-common_3_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-common_4_0.xsd" uri="resources/web-common_4_0.xsd"/>

<uri name="http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd" uri="resources/web-fragment_3_0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd" uri="resources/web-fragment_3_1.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_4_0.xsd" uri="resources/web-fragment_4_0.xsd"/>

</catalog>
Loading

0 comments on commit 0f614fc

Please sign in to comment.