You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/02/25 17:07:03 UTC

svn commit: r630909 - in /activemq/camel/trunk/components/camel-spring: pom.xml src/main/resources/META-INF/spring.schemas

Author: hadrian
Date: Mon Feb 25 08:06:59 2008
New Revision: 630909

URL: http://svn.apache.org/viewvc?rev=630909&view=rev
Log:
Fix spring schema versions.

Modified:
    activemq/camel/trunk/components/camel-spring/pom.xml
    activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas

Modified: activemq/camel/trunk/components/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/pom.xml?rev=630909&r1=630908&r2=630909&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/pom.xml (original)
+++ activemq/camel/trunk/components/camel-spring/pom.xml Mon Feb 25 08:06:59 2008
@@ -111,6 +111,7 @@
         <includes>
           <include>**/*</include>
         </includes>
+        <filtering>true</filtering>
       </resource>
     </resources>
 

Modified: activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas?rev=630909&r1=630908&r2=630909&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas (original)
+++ activemq/camel/trunk/components/camel-spring/src/main/resources/META-INF/spring.schemas Mon Feb 25 08:06:59 2008
@@ -18,10 +18,6 @@
 http\://activemq.apache.org/camel/schema/spring/camel-spring.xsd=camel-spring.xsd
 
 http\://activemq.apache.org/camel/schema/spring/camel-spring-1.0.0.xsd=camel-spring.xsd
-http\://activemq.apache.org/camel/schema/spring/camel-spring-1.0-SNAPSHOT.xsd=camel-spring.xsd
 http\://activemq.apache.org/camel/schema/spring/camel-spring-1.1.0.xsd=camel-spring.xsd
-http\://activemq.apache.org/camel/schema/spring/camel-spring-1.1-SNAPSHOT.xsd=camel-spring.xsd
 http\://activemq.apache.org/camel/schema/spring/camel-spring-1.2.0.xsd=camel-spring.xsd
-http\://activemq.apache.org/camel/schema/spring/camel-spring-1.2-SNAPSHOT.xsd=camel-spring.xsd
-http\://activemq.apache.org/camel/schema/spring/camel-spring-1.3.0.xsd=camel-spring.xsd
-http\://activemq.apache.org/camel/schema/spring/camel-spring-1.3-SNAPSHOT.xsd=camel-spring.xsd
+http\://activemq.apache.org/camel/schema/spring/camel-spring-${pom.version}.xsd=camel-spring.xsd