Author: ningjiang
Date: Mon Nov  2 10:36:21 2009
New Revision: 831853

URL: http://svn.apache.org/viewvc?rev=831853&view=rev
Log:
Updated to use ActiveMQ 5.3 schema

Modified:
    
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server-aop.xml
    
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server.xml

Modified: 
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server-aop.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server-aop.xml?rev=831853&r1=831852&r2=831853&view=diff
==============================================================================
--- 
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server-aop.xml
 (original)
+++ 
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server-aop.xml
 Mon Nov  2 10:36:21 2009
@@ -28,7 +28,7 @@
         http://www.springframework.org/schema/aop 
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
         http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context-2.5.xsd
         http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
-        http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd";>
+        http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd";>
 <!-- END SNIPPET: e1 -->
 
     <!-- START SNIPPET: e2 -->

Modified: 
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server.xml?rev=831853&r1=831852&r2=831853&view=diff
==============================================================================
--- 
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server.xml
 (original)
+++ 
camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server.xml
 Mon Nov  2 10:36:21 2009
@@ -26,7 +26,7 @@
         http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
         http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context-2.5.xsd
         http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
-        http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd";>
+        http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd";>
 <!-- END SNIPPET: e1 -->
 
     <!-- START SNIPPET: e2 -->


Reply via email to