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:20:59 UTC

svn commit: r1205743 - /camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml

Author: jbonofre
Date: Thu Nov 24 07:20:59 2011
New Revision: 1205743

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

Modified:
    camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml

Modified: camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml?rev=1205743&r1=1205742&r2=1205743&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml Thu Nov 24 07:20:59 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>
   <feature name="xml-specs-api" version='${servicemix-specs-version}' resolver='(obr)' start-level='10'>
     <bundle dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-specs-version}</bundle>