Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA7D394E2 for ; Sun, 4 Dec 2011 13:25:40 +0000 (UTC) Received: (qmail 52566 invoked by uid 500); 4 Dec 2011 13:25:40 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 52524 invoked by uid 500); 4 Dec 2011 13:25:40 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 52517 invoked by uid 99); 4 Dec 2011 13:25:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2011 13:25:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2011 13:25:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 81B5B23889B3 for ; Sun, 4 Dec 2011 13:25:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1210107 - in /camel/branches/camel-2.8.x: components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/ components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/ components/camel-cxf/src/test/resources... Date: Sun, 04 Dec 2011 13:25:16 -0000 To: commits@camel.apache.org From: cmueller@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111204132517.81B5B23889B3@eris.apache.org> Author: cmueller Date: Sun Dec 4 13:25:16 2011 New Revision: 1210107 URL: http://svn.apache.org/viewvc?rev=1210107&view=rev Log: CAMEL-4738: Remove the version numbers from Spring configuration files Modified: camel/branches/camel-2.8.x/components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/SpringApnsConsumerTest-context.xml camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledConsumerPayloadModeTest-context.xml camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest-context.xml camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/multipart/MultiPartTest.xml camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-cxf.xml camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-route.xml camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSDig.xml camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSLookup.xml camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/IPCheck.xml camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/Wikipedia.xml camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateRecoverWithRedeliveryPolicyTest.xml camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateTest.xml camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringDataSource.xml camel/branches/camel-2.8.x/examples/camel-example-spring-javaconfig/src/main/resources/META-INF/spring/camel-context.xml Modified: camel/branches/camel-2.8.x/components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/SpringApnsConsumerTest-context.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/SpringApnsConsumerTest-context.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/SpringApnsConsumerTest-context.xml (original) +++ camel/branches/camel-2.8.x/components/camel-apns/src/test/resources/org/apache/camel/component/apns/spring/SpringApnsConsumerTest-context.xml Sun Dec 4 13:25:16 2011 @@ -22,7 +22,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd + 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"> Modified: camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledConsumerPayloadModeTest-context.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledConsumerPayloadModeTest-context.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledConsumerPayloadModeTest-context.xml (original) +++ camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledConsumerPayloadModeTest-context.xml Sun Dec 4 13:25:16 2011 @@ -18,35 +18,33 @@ + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.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 + "> - + - - + - - - - - - + + + + + + - + Modified: camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest-context.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest-context.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest-context.xml (original) +++ camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest-context.xml Sun Dec 4 13:25:16 2011 @@ -18,31 +18,31 @@ + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.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 + "> - + - + - - - - - - + + + + + + \ No newline at end of file Modified: camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/multipart/MultiPartTest.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/multipart/MultiPartTest.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/multipart/MultiPartTest.xml (original) +++ camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/multipart/MultiPartTest.xml Sun Dec 4 13:25:16 2011 @@ -18,38 +18,42 @@ - - - + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.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 + "> + + + + - + - - - - - - - + + + + + + - + Modified: camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-cxf.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-cxf.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-cxf.xml (original) +++ camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-cxf.xml Sun Dec 4 13:25:16 2011 @@ -19,7 +19,7 @@ @@ -31,5 +31,4 @@ - Modified: camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-route.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-route.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-route.xml (original) +++ camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wsdl/camel-route.xml Sun Dec 4 13:25:16 2011 @@ -10,10 +10,8 @@ + 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"> @@ -44,5 +42,4 @@ - Modified: camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSDig.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSDig.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSDig.xml (original) +++ camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSDig.xml Sun Dec 4 13:25:16 2011 @@ -21,12 +21,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xsi:schemaLocation=" - http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://camel.apache.org/schema/spring - http://camel.apache.org/schema/spring/camel-spring.xsd"> - - + 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"> Modified: camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSLookup.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSLookup.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSLookup.xml (original) +++ camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/DNSLookup.xml Sun Dec 4 13:25:16 2011 @@ -21,12 +21,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xsi:schemaLocation=" - http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://camel.apache.org/schema/spring - http://camel.apache.org/schema/spring/camel-spring.xsd"> - - + 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"> Modified: camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/IPCheck.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/IPCheck.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/IPCheck.xml (original) +++ camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/IPCheck.xml Sun Dec 4 13:25:16 2011 @@ -21,12 +21,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xsi:schemaLocation=" - http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://camel.apache.org/schema/spring - http://camel.apache.org/schema/spring/camel-spring.xsd"> - - + 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"> Modified: camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/Wikipedia.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/Wikipedia.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/Wikipedia.xml (original) +++ camel/branches/camel-2.8.x/components/camel-dns/src/test/resources/Wikipedia.xml Sun Dec 4 13:25:16 2011 @@ -21,12 +21,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xsi:schemaLocation=" - http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://camel.apache.org/schema/spring - http://camel.apache.org/schema/spring/camel-spring.xsd"> - - + 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"> Modified: camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateRecoverWithRedeliveryPolicyTest.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateRecoverWithRedeliveryPolicyTest.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateRecoverWithRedeliveryPolicyTest.xml (original) +++ camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateRecoverWithRedeliveryPolicyTest.xml Sun Dec 4 13:25:16 2011 @@ -21,10 +21,10 @@ xmlns:util="http://www.springframework.org/schema/util" xmlns:jdbc="http://www.springframework.org/schema/jdbc" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd + 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://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd - http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> Modified: camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateTest.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateTest.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateTest.xml (original) +++ camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringAggregateTest.xml Sun Dec 4 13:25:16 2011 @@ -21,10 +21,10 @@ xmlns:util="http://www.springframework.org/schema/util" xmlns:jdbc="http://www.springframework.org/schema/jdbc" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd + 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://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd - http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> Modified: camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringDataSource.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringDataSource.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringDataSource.xml (original) +++ camel/branches/camel-2.8.x/components/camel-sql/src/test/resources/org/apache/camel/processor/aggregate/jdbc/JdbcSpringDataSource.xml Sun Dec 4 13:25:16 2011 @@ -23,14 +23,14 @@ xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd + 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://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd - http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd"> + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd"> Modified: camel/branches/camel-2.8.x/examples/camel-example-spring-javaconfig/src/main/resources/META-INF/spring/camel-context.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/examples/camel-example-spring-javaconfig/src/main/resources/META-INF/spring/camel-context.xml?rev=1210107&r1=1210106&r2=1210107&view=diff ============================================================================== --- camel/branches/camel-2.8.x/examples/camel-example-spring-javaconfig/src/main/resources/META-INF/spring/camel-context.xml (original) +++ camel/branches/camel-2.8.x/examples/camel-example-spring-javaconfig/src/main/resources/META-INF/spring/camel-context.xml Sun Dec 4 13:25:16 2011 @@ -21,9 +21,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/context - http://www.springframework.org/schema/context/spring-context-3.0.xsd"> + 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"> @@ -32,5 +31,4 @@ -