You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/04/22 09:29:07 UTC

svn commit: r936631 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

Author: ningjiang
Date: Thu Apr 22 07:29:07 2010
New Revision: 936631

URL: http://svn.apache.org/viewvc?rev=936631&view=rev
Log:
CAMEL-2659 Reverted the change, we still need the <repository>

Modified:
    camel/trunk/platforms/karaf/features/pom.xml
    camel/trunk/platforms/karaf/features/src/main/resources/features.xml

Modified: camel/trunk/platforms/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=936631&r1=936630&r2=936631&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/pom.xml (original)
+++ camel/trunk/platforms/karaf/features/pom.xml Thu Apr 22 07:29:07 2010
@@ -208,12 +208,7 @@
                 <plugin>
                    <groupId>org.apache.felix.karaf.tooling</groupId>
                    <artifactId>features-maven-plugin</artifactId>
-                   <version>1.5.0-SNAPSHOT</version>
-		   <configuration>
-                      <repositories>
-			      <repository>mvn:org.apache.felix.karaf/apache-felix-karaf/${karaf-version}/xml/features</repository>
-		      </repositories>
-	           </configuration>
+		   <version>${karaf-version}</version>
 		   <executions>
                      <execution>
                        <id>validate</id>

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=936631&r1=936630&r2=936631&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Thu Apr 22 07:29:07 2010
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <features>
+  <repository>mvn:org.apache.felix.karaf/apache-felix-karaf/${karaf-version}/xml/features</repository>
   <feature name='camel' version='${pom.version}'>
     <feature version='${pom.version}'>camel-core</feature>
     <feature version='${pom.version}'>camel-spring-osgi</feature>