You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jb...@apache.org on 2011/11/24 08:11:39 UTC

svn commit: r1205740 - /camel/trunk/platforms/karaf/features/src/main/resources/features.xml

Author: jbonofre
Date: Thu Nov 24 07:11:39 2011
New Revision: 1205740

URL: http://svn.apache.org/viewvc?rev=1205740&view=rev
Log:
[CAMEL-4707] Define the namespace in the Karaf features XML

Modified:
    camel/trunk/platforms/karaf/features/src/main/resources/features.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=1205740&r1=1205739&r2=1205740&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Thu Nov 24 07:11:39 2011
@@ -16,7 +16,7 @@
       See the License for the specific language governing permissions and
       limitations under the License.
 -->
-<features name='camel-${pom.version}'>
+<features name='camel-${pom.version}' xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">
   <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository>
   <repository>mvn:org.jclouds.karaf/jclouds-karaf/${jclouds-feature-version}/xml/features</repository>
   <feature name="xml-specs-api" version='${servicemix-specs-version}' resolver='(obr)' start-level='10'>