mirror of https://github.com/apache/activemq.git
Aliased the 4.1.2 xsd, instead of just 4.1
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@547279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5a41a148a
commit
20ee10ed77
|
@ -1,8 +1,8 @@
|
|||
# resolve remote XSD documents to local classpath schema
|
||||
http\://activemq.apache.org/schema/activemq-core.xsd = activemq.xsd
|
||||
http\://activemq.apache.org/schema/activemq-core-4.1.xsd = activemq.xsd
|
||||
http\://activemq.apache.org/schema/activemq-core-4.1.2.xsd = activemq.xsd
|
||||
|
||||
# attempt to resolve the namespace URI to a schema if no XSD is mentioned in the doc
|
||||
# TODO this is EXPERIMENTAL - it might not actually be used!
|
||||
http\://activemq.org/config/1.0=activemq.xsd
|
||||
http\://activemq.org/config/1.0/1.0.xsd=activemq.xsd
|
||||
http\://activemq.org/config/1.0/1.0.xsd=activemq.xsd
|
||||
|
|
Loading…
Reference in New Issue