You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2011/12/04 22:45:14 UTC

svn commit: r1210238 - in /camel/branches/camel-2.7.x/components: camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/ camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/ camel-restlet/src/test/resources/org/apache/camel/co...

Author: cmueller
Date: Sun Dec  4 21:45:13 2011
New Revision: 1210238

URL: http://svn.apache.org/viewvc?rev=1210238&view=rev
Log:
CAMEL-4738: Remove the version numbers from Spring configuration files
Thanks Babak for this hint

Modified:
    camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml
    camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/WSAddressingTest-context.xml
    camel/branches/camel-2.7.x/components/camel-restlet/src/test/resources/org/apache/camel/component/restlet/camel-context.xml
    camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRandomLoadBalance.xml
    camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRoundRobinLoadBalance.xml

Modified: camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml?rev=1210238&r1=1210237&r2=1210238&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml (original)
+++ camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/cxfbean/CxfBeanTest-context.xml Sun Dec  4 21:45:13 2011
@@ -22,7 +22,7 @@
        http://www.springframework.org/schema/beans  http://www.springframework.org/schema/beans/spring-beans.xsd
        http://camel.apache.org/schema/spring  http://camel.apache.org/schema/spring/camel-spring.xsd
        http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd
-       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd
+       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
        http://cxf.apache.org/transports/camel http://cxf.apache.org/transports/camel.xsd
     ">
     <import resource="classpath:META-INF/cxf/camel/cxf-extension-camel.xml" />

Modified: camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/WSAddressingTest-context.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/WSAddressingTest-context.xml?rev=1210238&r1=1210237&r2=1210238&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/WSAddressingTest-context.xml (original)
+++ camel/branches/camel-2.7.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsa/WSAddressingTest-context.xml Sun Dec  4 21:45:13 2011
@@ -17,11 +17,11 @@
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cxf="http://camel.apache.org/schema/cxf"
 	xmlns:util="http://www.springframework.org/schema/util"
 	xsi:schemaLocation="
-       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd
+       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
        http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
-  ">
+    ">
 	<cxf:cxfEndpoint id="routerEndpoint"
 		address="http://localhost:9000/SoapContext/SoapPort" endpointName="tns:SoapPort"
 		serviceName="tns:SOAPService" wsdlURL="/wsdl/hello_world.wsdl"

Modified: camel/branches/camel-2.7.x/components/camel-restlet/src/test/resources/org/apache/camel/component/restlet/camel-context.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/components/camel-restlet/src/test/resources/org/apache/camel/component/restlet/camel-context.xml?rev=1210238&r1=1210237&r2=1210238&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/components/camel-restlet/src/test/resources/org/apache/camel/component/restlet/camel-context.xml (original)
+++ camel/branches/camel-2.7.x/components/camel-restlet/src/test/resources/org/apache/camel/component/restlet/camel-context.xml Sun Dec  4 21:45:13 2011
@@ -16,14 +16,11 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
 	xmlns:util="http://www.springframework.org/schema/util"
-	xsi:schemaLocation="http://www.springframework.org/schema/beans 
-           http://www.springframework.org/schema/beans/spring-beans.xsd
-           http://www.springframework.org/schema/context
-           http://www.springframework.org/schema/context/spring-context.xsd
-       http://camel.apache.org/schema/spring 
-       http://camel.apache.org/schema/spring/camel-spring.xsd
-       http://www.springframework.org/schema/util 
-       http://www.springframework.org/schema/util/spring-util-2.0.xsd">
+	xsi:schemaLocation="
+	  http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+      http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+      http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
+      http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
        
 	<camelContext xmlns="http://camel.apache.org/schema/spring">
 		<package>org.apache.camel.component.restlet.route</package>

Modified: camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRandomLoadBalance.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRandomLoadBalance.xml?rev=1210238&r1=1210237&r2=1210238&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRandomLoadBalance.xml (original)
+++ camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRandomLoadBalance.xml Sun Dec  4 21:45:13 2011
@@ -21,7 +21,7 @@
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
-       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd
+       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
     ">
 
   <!-- START SNIPPET: example -->

Modified: camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRoundRobinLoadBalance.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRoundRobinLoadBalance.xml?rev=1210238&r1=1210237&r2=1210238&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRoundRobinLoadBalance.xml (original)
+++ camel/branches/camel-2.7.x/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/weightedRoundRobinLoadBalance.xml Sun Dec  4 21:45:13 2011
@@ -21,7 +21,7 @@
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
-       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd
+       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
     ">
 
   <!-- START SNIPPET: example -->