restored original jms namespace declaration
This commit is contained in:
parent
dad714710f
commit
15fe75b1a1
|
|
@ -1 +1 @@
|
|||
http\://www.springframework.org/schema/rabbitmq=org.springframework.amqp.rabbit.config.RabbitNamespaceHandler
|
||||
http\://www.springframework.org/schema/jms=org.springframework.jms.config.JmsNamespaceHandler
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
http\://www.springframework.org/schema/rabbitmq/spring-rabbit-1.0.xsd=org/springframework/amqp/rabbit/config/spring-rabbit-1.0.xsd
|
||||
http\://www.springframework.org/schema/rabbitmq/spring-rabbit.xsd=org/springframework/amqp/rabbit/config/spring-rabbit-1.0.xsd
|
||||
http\://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.xsd
|
||||
http\://www.springframework.org/schema/jms/spring-jms-3.0.xsd=org/springframework/jms/config/spring-jms-3.0.xsd
|
||||
http\://www.springframework.org/schema/jms/spring-jms.xsd=org/springframework/jms/config/spring-jms-3.0.xsd
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Tooling related information for the jms namespace
|
||||
http\://www.springframework.org/schema/rabbit@name=rabbit Namespace
|
||||
http\://www.springframework.org/schema/rabbit@prefix=rabbit
|
||||
http\://www.springframework.org/schema/rabbit@icon=org/springframework/amqp/rabbit/config/spring-rabbit.gif
|
||||
http\://www.springframework.org/schema/jms@name=jms Namespace
|
||||
http\://www.springframework.org/schema/jms@prefix=jms
|
||||
http\://www.springframework.org/schema/jms@icon=org/springframework/jms/config/spring-jms.gif
|
||||
|
|
|
|||
Loading…
Reference in New Issue