Fix the schema location in web.xml files

This commit is contained in:
Nicolas Filotto 2023-09-15 15:43:23 +02:00
parent 6236faccec
commit 96613e1480
No known key found for this signature in database
GPG Key ID: 6F88111B6CCAD36C
4 changed files with 5 additions and 9 deletions

View File

@ -18,8 +18,7 @@
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee" <web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
web-app_5_0.xsd"
version="5.0"> version="5.0">
<display-name>ActiveMQ Message Broker Web Application</display-name> <display-name>ActiveMQ Message Broker Web Application</display-name>

View File

@ -18,8 +18,7 @@
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee" <web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
web-app_5_0.xsd"
version="5.0"> version="5.0">
<description> <description>
@ -166,5 +165,5 @@
<param-name>org.eclipse.jetty.servlet.Default.dirAllowed</param-name> <param-name>org.eclipse.jetty.servlet.Default.dirAllowed</param-name>
<param-value>false</param-value> <param-value>false</param-value>
</context-param> </context-param>
</web-app> </web-app>

View File

@ -17,8 +17,7 @@
--> -->
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee" <web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
web-app_5_0.xsd"
version="5.0"> version="5.0">
<display-name>Apache ActiveMQ Web Demo</display-name> <display-name>Apache ActiveMQ Web Demo</display-name>

View File

@ -17,8 +17,7 @@
--> -->
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee" <web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
web-app_5_0.xsd"
version="5.0"> version="5.0">
<display-name>Apache ActiveMQ REST API</display-name> <display-name>Apache ActiveMQ REST API</display-name>