Eliminate blueprint for openflowplugins-impl karaf commands
[openflowplugin.git] / openflowplugin-impl / src / main / resources / OSGI-INF / blueprint / commands.xml
diff --git a/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/commands.xml b/openflowplugin-impl/src/main/resources/OSGI-INF/blueprint/commands.xml
deleted file mode 100644 (file)
index 0b8e99a..0000000
+++ /dev/null
@@ -1,31 +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
-  -->
-
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
-    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
-        <command name="ofp/showStats">
-            <action class="org.opendaylight.openflowplugin.impl.karaf.ShowStatsCommandProvider"/>
-        </command>
-        <command name="ofp/clearStats">
-            <action class="org.opendaylight.openflowplugin.impl.karaf.ClearStatsCommandProvider"/>
-        </command>
-        <command name="ofp/show-time-counters">
-            <action class="org.opendaylight.openflowplugin.impl.karaf.ShowEventTimesComandProvider"/>
-        </command>
-        <command name="ofp/show-session-stats">
-            <action class="org.opendaylight.openflowplugin.impl.karaf.ShowSessionStatsCommandProvider"/>
-        </command>
-        <command name="ofp/reset-time-counters">
-            <action class="org.opendaylight.openflowplugin.impl.karaf.ResetEventTimesComandProvider"/>
-        </command>
-        <command name="ofp/reset-session-stats">
-            <action class="org.opendaylight.openflowplugin.impl.karaf.ResetSessionStatsComandProvider"/>
-        </command>
-    </command-bundle>
-</blueprint>