FRSync features.xml removed 66/40866/1
authorAndrej Leitner <anleitne@cisco.com>
Mon, 27 Jun 2016 12:28:34 +0000 (14:28 +0200)
committerAndrej Leitner <anleitne@cisco.com>
Mon, 27 Jun 2016 12:28:41 +0000 (14:28 +0200)
 - removed unused features.xml file

Change-Id: Ica657e4ab595da9ebde502638f6ec048e5a46efc
Signed-off-by: Andrej Leitner <anleitne@cisco.com>
applications/forwardingrules-sync/src/main/resources/features.xml [deleted file]

diff --git a/applications/forwardingrules-sync/src/main/resources/features.xml b/applications/forwardingrules-sync/src/main/resources/features.xml
deleted file mode 100644 (file)
index 8dd8c50..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
-  ~
-  ~ 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="openflowplugin-applications-frs-${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">
-    <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features</repository>
-    <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
-
-    <!-- DEV COMMAND SUPPORT -->
-    <feature name='odl-openflowplugin-application-frsync' description="OpenDaylight :: Openflow Plugin :: FR-Synchronization" version='${project.version}'>
-        <feature version='${netconf.version}'>odl-netconf-connector-all</feature>
-        <feature version='${mdsal.version}'>odl-netconf-mdsal</feature>
-        <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-sync/${project.version}</bundle>
-        <configfile finalname="etc/opendaylight/karaf/69-forwardingrules-sync.xml">mvn:org.opendaylight.openflowplugin.applications/forwardingrules-sync/${project.version}/xml/config</configfile>
-    </feature>
-
-</features>