mirror of https://github.com/apache/activemq.git
Fix the schema location in web.xml files
This commit is contained in:
parent
6236faccec
commit
96613e1480
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue