You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cs...@apache.org on 2011/06/08 13:55:40 UTC

svn commit: r1133359 - in /camel/trunk: platforms/karaf/features/src/main/resources/features.xml tests/camel-itest-osgi/pom.xml

Author: cschneider
Date: Wed Jun  8 11:55:40 2011
New Revision: 1133359

URL: http://svn.apache.org/viewvc?rev=1133359&view=rev
Log:
CAMEL-3995 adding repository entry and reactivating the osgi itests

Modified:
    camel/trunk/platforms/karaf/features/src/main/resources/features.xml
    camel/trunk/tests/camel-itest-osgi/pom.xml

Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?rev=1133359&r1=1133358&r2=1133359&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Wed Jun  8 11:55:40 2011
@@ -17,6 +17,7 @@
       limitations under the License.
 -->
 <features>
+  <repository>mvn:org.apache.karaf.assemblies.features/standard/${karaf-version}/xml/features</repository>
   <feature name='camel' version='${pom.version}' resolver='(obr)'>
     <feature version='${pom.version}'>camel-core</feature>
     <feature version='${pom.version}'>camel-spring</feature>

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1133359&r1=1133358&r2=1133359&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Wed Jun  8 11:55:40 2011
@@ -342,7 +342,6 @@
               </includes>
               <excludes>
                   <exclude>**/FIXMETest.*</exclude>
-                  <exclude>**/*Test.*</exclude>
               </excludes>
               <systemPropertyVariables>
                   <springVersion>${spring-version}</springVersion>