You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/11/26 13:40:52 UTC

svn commit: r598251 - in /servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest: pom.xml src/test/resources/test1-noversions.xml src/test/resources/test1.xml

Author: gnodet
Date: Mon Nov 26 04:40:51 2007
New Revision: 598251

URL: http://svn.apache.org/viewvc?rev=598251&view=rev
Log:
Fix camel example itests

Modified:
    servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml
    servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1-noversions.xml
    servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml

Modified: servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml?rev=598251&r1=598250&r2=598251&view=diff
==============================================================================
--- servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml (original)
+++ servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml Mon Nov 26 04:40:51 2007
@@ -105,6 +105,9 @@
               <value>log4j-tests.properties</value>
             </property>
           </systemProperties>
+          <includes>
+            <include>**/*NoVersionsTest.*</include>
+          </includes>
         </configuration>
       </plugin>
     </plugins>

Modified: servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1-noversions.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1-noversions.xml?rev=598251&r1=598250&r2=598251&view=diff
==============================================================================
--- servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1-noversions.xml (original)
+++ servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1-noversions.xml Mon Nov 26 04:40:51 2007
@@ -22,7 +22,7 @@
        xmlns:sm="http://servicemix.apache.org/config/1.0"
        xsi:schemaLocation="
          http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-         http://servicemix.apache.org/config/1.0 http://incubator.apache.org/servicemix/schema/core/servicemix-core.xsd">
+         http://servicemix.apache.org/config/1.0 http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/servicemix/servicemix-core/3.2/servicemix-core-3.2.xsd">
 
 
   <sm:container generateRootDir="true">

Modified: servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml?rev=598251&r1=598250&r2=598251&view=diff
==============================================================================
--- servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml (original)
+++ servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml Mon Nov 26 04:40:51 2007
@@ -22,14 +22,14 @@
          xmlns:sm="http://servicemix.apache.org/config/1.0"
          xsi:schemaLocation="
          http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-         http://servicemix.apache.org/config/1.0 http://incubator.apache.org/servicemix/schema/core/servicemix-core.xsd">
+         http://servicemix.apache.org/config/1.0 http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/servicemix/servicemix-core/3.2/servicemix-core-3.2.xsd">
 
   <sm:container generateRootDir="true">
 
     <sm:deployments>
-      <sm:installSharedLibrary groupId="org.apache.servicemix" artifactId="servicemix-shared" version="3.2-SNAPSHOT"/>
-      <sm:installComponent groupId="org.apache.servicemix" artifactId="servicemix-camel" version="3.2-SNAPSHOT"/>
-      <sm:deployServiceAssembly groupId="org.apache.servicemix.samples" artifactId="camel-sa" version="3.2-SNAPSHOT"/>
+      <sm:installSharedLibrary groupId="org.apache.servicemix" artifactId="servicemix-shared" version="3.2.1"/>
+      <sm:installComponent groupId="org.apache.servicemix" artifactId="servicemix-camel" version="3.2.1"/>
+      <sm:deployServiceAssembly groupId="org.apache.servicemix.samples" artifactId="camel-sa" version="3.2.1"/>
     </sm:deployments>
 
   </sm:container>