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 2013/04/22 21:55:37 UTC

svn commit: r1470687 - in /camel/branches/camel-2.11.x/components: camel-cxf/src/main/resources/META-INF/ camel-spring-integration/src/main/resources/META-INF/ camel-spring-security/src/main/resources/META-INF/ camel-spring/src/main/resources/META-INF/

Author: cmueller
Date: Mon Apr 22 19:55:36 2013
New Revision: 1470687

URL: http://svn.apache.org/r1470687
Log:
Add the release version number to the spring.schemas files

Modified:
    camel/branches/camel-2.11.x/components/camel-cxf/src/main/resources/META-INF/spring.schemas
    camel/branches/camel-2.11.x/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas
    camel/branches/camel-2.11.x/components/camel-spring-security/src/main/resources/META-INF/spring.schemas
    camel/branches/camel-2.11.x/components/camel-spring/src/main/resources/META-INF/spring.schemas

Modified: camel/branches/camel-2.11.x/components/camel-cxf/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.11.x/components/camel-cxf/src/main/resources/META-INF/spring.schemas?rev=1470687&r1=1470686&r2=1470687&view=diff
==============================================================================
--- camel/branches/camel-2.11.x/components/camel-cxf/src/main/resources/META-INF/spring.schemas (original)
+++ camel/branches/camel-2.11.x/components/camel-cxf/src/main/resources/META-INF/spring.schemas Mon Apr 22 19:55:36 2013
@@ -49,8 +49,11 @@ http\://camel.apache.org/schema/cxf/came
 http\://camel.apache.org/schema/cxf/camel-cxf-2.9.3.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.9.4.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.9.5.xsd=schema/cxfEndpoint.xsd
+http\://camel.apache.org/schema/cxf/camel-cxf-2.9.6.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.10.0.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.10.1.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.10.2.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.10.3.xsd=schema/cxfEndpoint.xsd
+http\://camel.apache.org/schema/cxf/camel-cxf-2.10.4.xsd=schema/cxfEndpoint.xsd
+http\://camel.apache.org/schema/cxf/camel-cxf-2.11.0.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-${project.version}.xsd=schema/cxfEndpoint.xsd

Modified: camel/branches/camel-2.11.x/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.11.x/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas?rev=1470687&r1=1470686&r2=1470687&view=diff
==============================================================================
--- camel/branches/camel-2.11.x/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas (original)
+++ camel/branches/camel-2.11.x/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas Mon Apr 22 19:55:36 2013
@@ -46,8 +46,11 @@ http\://camel.apache.org/schema/spring/i
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.9.3.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.9.4.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.9.5.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.9.6.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.10.0.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.10.1.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.10.2.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.10.3.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.10.4.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.11.0.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-${project.version}.xsd=schema/camel-spring-integration.xsd
\ No newline at end of file

Modified: camel/branches/camel-2.11.x/components/camel-spring-security/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.11.x/components/camel-spring-security/src/main/resources/META-INF/spring.schemas?rev=1470687&r1=1470686&r2=1470687&view=diff
==============================================================================
--- camel/branches/camel-2.11.x/components/camel-spring-security/src/main/resources/META-INF/spring.schemas (original)
+++ camel/branches/camel-2.11.x/components/camel-spring-security/src/main/resources/META-INF/spring.schemas Mon Apr 22 19:55:36 2013
@@ -40,8 +40,11 @@ http\://camel.apache.org/schema/spring-s
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.9.3.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.9.4.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.9.5.xsd=schema/camel-spring-security.xsd
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.9.6.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.10.0.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.10.1.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.10.2.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.10.3.xsd=schema/camel-spring-security.xsd
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.10.4.xsd=schema/camel-spring-security.xsd
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.11.0.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-${project.version}.xsd=schema/camel-spring-security.xsd
\ No newline at end of file

Modified: camel/branches/camel-2.11.x/components/camel-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.11.x/components/camel-spring/src/main/resources/META-INF/spring.schemas?rev=1470687&r1=1470686&r2=1470687&view=diff
==============================================================================
--- camel/branches/camel-2.11.x/components/camel-spring/src/main/resources/META-INF/spring.schemas (original)
+++ camel/branches/camel-2.11.x/components/camel-spring/src/main/resources/META-INF/spring.schemas Mon Apr 22 19:55:36 2013
@@ -48,10 +48,13 @@ http\://camel.apache.org/schema/spring/c
 http\://camel.apache.org/schema/spring/camel-spring-2.9.3.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.9.4.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.9.5.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.9.6.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.10.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.10.1.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.10.2.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.10.3.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.10.4.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.11.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-${project.version}.xsd=camel-spring.xsd
 
 http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd
@@ -85,8 +88,11 @@ http\://camel.apache.org/schema/osgi/cam
 http\://camel.apache.org/schema/osgi/camel-osgi-2.9.3.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.9.4.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.9.5.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.9.6.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.10.0.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.10.1.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.10.2.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.10.3.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.10.4.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.11.0.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-${project.version}.xsd=camel-osgi.xsd