You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2007/06/14 02:45:58 UTC

svn commit: r547070 - /activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml

Author: aco
Date: Wed Jun 13 17:45:57 2007
New Revision: 547070

URL: http://svn.apache.org/viewvc?view=rev&rev=547070
Log:
Updated the spring xml to use the 5.0 AMQ xsd

Modified:
    activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml

Modified: activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml?view=diff&rev=547070&r1=547069&r2=547070
==============================================================================
--- activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml (original)
+++ activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml Wed Jun 13 17:45:57 2007
@@ -22,7 +22,7 @@
   xmlns:amq="http://activemq.org/config/1.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-  http://activemq.org/config/1.0 http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-SNAPSHOT.xsd">
+  http://activemq.org/config/1.0 http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-5.0-SNAPSHOT.xsd">
   
   <!--  lets create an embedded ActiveMQ Broker -->
   <amq:broker useJmx="false" persistent="false">