Author: dejanb
Date: Fri Jan 15 08:31:10 2010
New Revision: 899561
URL: http://svn.apache.org/viewvc?rev=899561&view=rev
Log:
merging 899542 - https://issues.apache.org/activemq/browse/AMQ-2569 - spring.schema update
Modified:
activemq/branches/activemq-5.3/activemq-core/src/main/resources/META-INF/spring.schemas
Modified: activemq/branches/activemq-5.3/activemq-core/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-core/src/main/resources/META-INF/spring.schemas?rev=899561&r1=899560&r2=899561&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-core/src/main/resources/META-INF/spring.schemas
(original)
+++ activemq/branches/activemq-5.3/activemq-core/src/main/resources/META-INF/spring.schemas
Fri Jan 15 08:31:10 2010
@@ -18,3 +18,8 @@
http\://activemq.org/config/1.0/1.0.xsd=activemq.xsd
http\://activemq.apache.org/schema/core=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-${pom.version}.xsd=activemq.xsd
|