Skip to content

Commit

Permalink
[JBMETA-461] Add the Faces 4.1 schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansberry committed Jan 31, 2025
1 parent 1581309 commit e16ceef
Show file tree
Hide file tree
Showing 4 changed files with 4,604 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,12 @@ public Object run() {
registerEntity("http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_3.xsd", "web-facelettaglibrary_2_3.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-facelettaglibrary_3_0.xsd", "web-facelettaglibrary_3_0.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-facelettaglibrary_4_0.xsd", "web-facelettaglibrary_4_0.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-facelettaglibrary_4_1.xsd", "web-facelettaglibrary_4_1.xsd");
registerEntity("http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_1_2.xsd", "web-facesconfig_1_2.xsd");
registerEntity("http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd", "web-facesconfig_2_2.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd", "web-facesconfig_3_0.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_4_0.xsd", "web-facesconfig_4_0.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_4_1.xsd", "web-facesconfig_4_1.xsd");
registerEntity("http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_0.xsd", "web-fragment_3_0.xsd");
registerEntity("http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd", "web-fragment_3_1.xsd");
registerEntity("http://xmlns.jcp.org/xml/ns/javaee/web-fragment_4_0.xsd", "web-fragment_4_0.xsd");
Expand All @@ -221,6 +223,7 @@ public Object run() {
registerEntity("http://xmlns.jcp.org/xml/ns/javaee/web-partialresponse_2_3.xsd", "web-partialresponse_2_3.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-partialresponse_3_0.xsd", "web-partialresponse_3_0.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-partialresponse_4_0.xsd", "web-partialresponse_4_0.xsd");
registerEntity("https://jakarta.ee/xml/ns/jakartaee/web-partialresponse_4_1.xsd", "web-partialresponse_4_1.xsd");

// jboss-web
registerEntity("-//JBoss//DTD Web Application 2.2//EN", "jboss-web.dtd");
Expand Down
Loading

0 comments on commit e16ceef

Please sign in to comment.