Merge "Renamed MD-SAL all feature to follow proper odl prefix"
authorEd Warnicke <eaw@cisco.com>
Wed, 11 Jun 2014 17:09:28 +0000 (17:09 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 11 Jun 2014 17:09:28 +0000 (17:09 +0000)
opendaylight/md-sal/feature/src/main/resources/features.xml

index f816018519d61761c3f2c2a81048260bdfee012e..16b457403740b7cac4f3fc137e1a1a9d00db4521 100644 (file)
@@ -3,7 +3,7 @@
 <features name="mdsal-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
-    <feature name='mdsal-all' version='${project.version}'>
+    <feature name='odl-mdsal-all' version='${project.version}'>
         <feature version='${project.version}'>odl-mdsal-commons</feature>
         <feature version='${project.version}'>odl-mdsal-broker</feature>
         <feature version='${project.version}'>odl-mdsal-restconf</feature>
@@ -46,4 +46,4 @@
         <bundle>wrap:mvn:io.netty/netty-handler/${netty.version}</bundle>
         <bundle>wrap:mvn:io.netty/netty-transport/${netty.version}</bundle>
     </feature>
-</features>
\ No newline at end of file
+</features>