Rename controller-features
[controller.git] / features / mdsal / odl-mdsal-broker / src / main / feature / feature.xml
index 8474cc9b669c9a83dc373fa75dfdbc5f21b3d734..55212bf2f2a87d29f981a82932e3362a5b238e3d 100644 (file)
@@ -1,27 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright © 2016, 2017 Red Hat, Inc. and others.
+ Copyright © 2019 PANTHEON.tech, s.r.o. and others.
 
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
  -->
-<features name="odl-mdsal-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-mdsal-${project.version}">
     <feature name="odl-mdsal-broker" version="${project.version}">
-        <configfile finalname="configuration/initial/akka.conf">
-            mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/akkaconf
-        </configfile>
-        <configfile finalname="configuration/factory/akka.conf" override="true">
-            mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/factoryakkaconf
-        </configfile>
-        <configfile finalname="configuration/initial/module-shards.conf">
-            mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf
-        </configfile>
-        <configfile finalname="configuration/initial/modules.conf">
-            mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf
-        </configfile>
-        <configfile finalname="etc/org.opendaylight.controller.cluster.datastore.cfg">
-            mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/cfg/datastore
-        </configfile>
+        <feature version="[6,7)">odl-mdsal-singleton-dom</feature>
+        <feature version="[6,7)">odl-mdsal-eos-binding</feature>
     </feature>
 </features>