mirror of https://github.com/apache/activemq.git
AMQ-1673
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c275d4c3ac
commit
61c8093258
|
@ -14,4 +14,5 @@
|
|||
## See the License for the specific language governing permissions and
|
||||
## limitations under the License.
|
||||
## ---------------------------------------------------------------------------
|
||||
http\://activemq.apache.org/schema/core=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
|
||||
http\://activemq.org/config/1.0=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
|
||||
|
|
|
@ -14,11 +14,9 @@
|
|||
## See the License for the specific language governing permissions and
|
||||
## limitations under the License.
|
||||
## ---------------------------------------------------------------------------
|
||||
# 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-5.0.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.apache.org/schema/core=activemq.xsd
|
||||
|
|
Loading…
Reference in New Issue