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

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

Author: davsclaus
Date: Sat Nov  6 18:31:51 2010
New Revision: 1032129

URL: http://svn.apache.org/viewvc?rev=1032129&view=rev
Log:
Updated spring.schemas to include v2.5.0

Modified:
    camel/trunk/components/camel-cxf/src/main/resources/META-INF/spring.schemas
    camel/trunk/components/camel-osgi/pom.xml
    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-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-cxf/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/main/resources/META-INF/spring.schemas?rev=1032129&r1=1032128&r2=1032129&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf/src/main/resources/META-INF/spring.schemas (original)
+++ camel/trunk/components/camel-cxf/src/main/resources/META-INF/spring.schemas Sat Nov  6 18:31:51 2010
@@ -28,6 +28,7 @@ http\://camel.apache.org/schema/cxf/came
 http\://camel.apache.org/schema/cxf/camel-cxf-2.2.0.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.3.0.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.4.0.xsd=schema/cxfEndpoint.xsd
+http\://camel.apache.org/schema/cxf/camel-cxf-2.5.0.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-${pom.version}.xsd=schema/cxfEndpoint.xsd
 
 # since we don't publish the camel schema in the cxf site, we will always use the schema file in the class path 

Modified: camel/trunk/components/camel-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-osgi/pom.xml?rev=1032129&r1=1032128&r2=1032129&view=diff
==============================================================================
--- camel/trunk/components/camel-osgi/pom.xml (original)
+++ camel/trunk/components/camel-osgi/pom.xml Sat Nov  6 18:31:51 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-osgi</artifactId>

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=1032129&r1=1032128&r2=1032129&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 Sat Nov  6 18:31:51 2010
@@ -25,4 +25,5 @@ http\://camel.apache.org/schema/osgi/cam
 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-2.4.0.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.5.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=1032129&r1=1032128&r2=1032129&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 Sat Nov  6 18:31:51 2010
@@ -25,4 +25,5 @@ http\://camel.apache.org/schema/spring/i
 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-2.4.0.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.5.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-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=1032129&r1=1032128&r2=1032129&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 Sat Nov  6 18:31:51 2010
@@ -19,4 +19,5 @@ http\://camel.apache.org/schema/spring-s
 
 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-2.4.0.xsd=schema/camel-spring-security.xsd
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.5.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=1032129&r1=1032128&r2=1032129&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 Sat Nov  6 18:31:51 2010
@@ -27,6 +27,7 @@ http\://camel.apache.org/schema/spring/c
 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-2.4.0.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.5.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
@@ -39,4 +40,5 @@ http\://camel.apache.org/schema/osgi/cam
 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-2.4.0.xsd=camel-osgi.xsd
+http\://camel.apache.org/schema/osgi/camel-osgi-2.5.0.xsd=camel-osgi.xsd
 http\://camel.apache.org/schema/osgi/camel-osgi-${pom.version}.xsd=camel-osgi.xsd