Move features
[controller.git] / features / mdsal / odl-mdsal-distributed-datastore / src / main / feature / feature.xml
diff --git a/features/mdsal/odl-mdsal-distributed-datastore/src/main/feature/feature.xml b/features/mdsal/odl-mdsal-distributed-datastore/src/main/feature/feature.xml
deleted file mode 100644 (file)
index 29a32bd..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Copyright © 2017 Red Hat, Inc. 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 xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-controller-${project.version}">
-    <feature name="odl-mdsal-distributed-datastore" version="${project.version}">
-        <feature version="[7,8)">odl-apache-commons-text</feature>
-        <feature version="[5,6)">odl-yangtools-codec</feature>
-        <feature version="[6,7)">odl-mdsal-eos-dom</feature>
-        <feature version="[6,7)">odl-mdsal-dom-broker</feature>
-        <feature version="[6,7)">odl-mdsal-binding-dom-adapter</feature>
-        <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>
-</features>