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:31:15 UTC

svn commit: r1408699 - in /camel/branches/camel-2.9.x: ./ tests/pom.xml

Author: davsclaus
Date: Tue Nov 13 12:31:14 2012
New Revision: 1408699

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

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/tests/pom.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
  Merged /camel/branches/camel-2.10.x:r1408696

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/tests/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tests/pom.xml?rev=1408699&r1=1408698&r2=1408699&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tests/pom.xml (original)
+++ camel/branches/camel-2.9.x/tests/pom.xml Tue Nov 13 12:31:14 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>