Add Karaf 4 features
[controller.git] / features / benchmark / odl-mdsal-benchmark / src / main / feature / feature.xml
diff --git a/features/benchmark/odl-mdsal-benchmark/src/main/feature/feature.xml b/features/benchmark/odl-mdsal-benchmark/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..08b0dc0
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2016, 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 name="odl-dsbenchmark-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
+    <feature name="odl-mdsal-benchmark" version="${project.version}">
+        <configfile finalname="dsbenchmark-impl-default-config.xml">
+            mvn:org.opendaylight.controller/dsbenchmark/${project.version}/xml/config
+        </configfile>
+        <configfile finalname="ntfbenchmark-impl-default-config.xml">
+            mvn:org.opendaylight.controller/ntfbenchmark/${project.version}/xml/config
+        </configfile>
+        <configfile finalname="rpcbenchmark-impl-default-config.xml">
+            mvn:org.opendaylight.controller/rpcbenchmark/${project.version}/xml/config
+        </configfile>
+    </feature>
+</features>