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 2012/11/13 13:29:36 UTC

svn commit: r1408696 - /camel/branches/camel-2.10.x/tests/pom.xml

Author: davsclaus
Date: Tue Nov 13 12:29:35 2012
New Revision: 1408696

URL: http://svn.apache.org/viewvc?rev=1408696&view=rev
Log:
only run osgi tests if profile activated

Modified:
    camel/branches/camel-2.10.x/tests/pom.xml

Modified: camel/branches/camel-2.10.x/tests/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/tests/pom.xml?rev=1408696&r1=1408695&r2=1408696&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/tests/pom.xml (original)
+++ camel/branches/camel-2.10.x/tests/pom.xml Tue Nov 13 12:29:35 2012
@@ -37,7 +37,6 @@
     <module>camel-itest</module>
     <module>camel-partial-classpath-test</module>
     <module>camel-typeconverterscan-test</module>
-    <module>camel-itest-osgi</module>
   </modules>
 
   <profiles>
@@ -46,6 +45,7 @@
       <id>osgi.test</id>
       <modules>
         <module>camel-itest-karaf</module>
+        <module>camel-itest-osgi</module>
       </modules>
     </profile>
   </profiles>