You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/05/24 11:31:23 UTC

svn commit: r947577 - in /camel/trunk/components: camel-osgi/src/main/resources/META-INF/ camel-spring-integration/src/main/resources/META-INF/ camel-spring-osgi/src/main/resources/META-INF/ camel-spring-security/src/main/resources/META-INF/ camel-spri...

Author: ningjiang
Date: Mon May 24 09:31:22 2010
New Revision: 947577

URL: http://svn.apache.org/viewvc?rev=947577&view=rev
Log:
Updated the spring schema version

Modified:
    camel/trunk/components/camel-osgi/src/main/resources/META-INF/spring.schemas
    camel/trunk/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas
    camel/trunk/components/camel-spring-osgi/src/main/resources/META-INF/spring.schemas
    camel/trunk/components/camel-spring-security/src/main/resources/META-INF/spring.schemas
    camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas

Modified: camel/trunk/components/camel-osgi/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-osgi/src/main/resources/META-INF/spring.schemas?rev=947577&r1=947576&r2=947577&view=diff
==============================================================================
--- camel/trunk/components/camel-osgi/src/main/resources/META-INF/spring.schemas (original)
+++ camel/trunk/components/camel-osgi/src/main/resources/META-INF/spring.schemas Mon May 24 09:31:22 2010
@@ -22,4 +22,6 @@ http\://camel.apache.org/schema/osgi/cam
 http\://camel.apache.org/schema/osgi/camel-osgi-2.0-M3.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.0.0.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.1.0.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.2.0.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.3.0.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-${pom.version}.xsd=camel-osgi.xsd

Modified: camel/trunk/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas?rev=947577&r1=947576&r2=947577&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas (original)
+++ camel/trunk/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas Mon May 24 09:31:22 2010
@@ -23,4 +23,5 @@ http\://camel.apache.org/schema/spring/i
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.0.0.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.1.0.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.2.0.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.3.0.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-${pom.version}.xsd=schema/camel-spring-integration.xsd
\ No newline at end of file

Modified: camel/trunk/components/camel-spring-osgi/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-osgi/src/main/resources/META-INF/spring.schemas?rev=947577&r1=947576&r2=947577&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-osgi/src/main/resources/META-INF/spring.schemas (original)
+++ camel/trunk/components/camel-spring-osgi/src/main/resources/META-INF/spring.schemas Mon May 24 09:31:22 2010
@@ -23,6 +23,8 @@ http\://camel.apache.org/schema/spring/c
 http\://camel.apache.org/schema/spring/camel-spring-2.0-M3.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.0.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.1.0.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.2.0.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.3.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-${pom.version}.xsd=camel-spring.xsd
 
 http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd
@@ -32,4 +34,6 @@ http\://camel.apache.org/schema/osgi/cam
 http\://camel.apache.org/schema/osgi/camel-osgi-2.0-M3.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.0.0.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-2.1.0.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.2.0.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.3.0.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-${pom.version}.xsd=camel-osgi.xsd

Modified: camel/trunk/components/camel-spring-security/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-security/src/main/resources/META-INF/spring.schemas?rev=947577&r1=947576&r2=947577&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-security/src/main/resources/META-INF/spring.schemas (original)
+++ camel/trunk/components/camel-spring-security/src/main/resources/META-INF/spring.schemas Mon May 24 09:31:22 2010
@@ -17,4 +17,5 @@
 
 http\://camel.apache.org/schema/spring-security/camel-spring-security.xsd=schema/camel-spring-security.xsd
 
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.3.0.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-${pom.version}.xsd=schema/camel-spring-security.xsd
\ No newline at end of file

Modified: camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas?rev=947577&r1=947576&r2=947577&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas (original)
+++ camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas Mon May 24 09:31:22 2010
@@ -25,4 +25,5 @@ http\://camel.apache.org/schema/spring/c
 http\://camel.apache.org/schema/spring/camel-spring-2.0.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.1.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.2.0.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.3.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-${pom.version}.xsd=camel-spring.xsd