Merge dev/fluorine work across to master
[unimgr.git] / cli / src / main / resources / org / opendaylight / blueprint / commands.xml
diff --git a/cli/src/main/resources/org/opendaylight/blueprint/commands.xml b/cli/src/main/resources/org/opendaylight/blueprint/commands.xml
deleted file mode 100755 (executable)
index 1f07d5c..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
-
-    <reference id="unimgrConsoleProvider" availability="mandatory"
-        activation="eager" interface="org.opendaylight.unimgr.api.IUnimgrConsoleProvider">
-    </reference>
-
-    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
-        <command>
-            <action class="org.opendaylight.unimgr.cli.UniAddShellCommand">
-                <argument ref="unimgrConsoleProvider" />
-            </action>
-        </command>
-        <command>
-            <action class="org.opendaylight.unimgr.cli.UniUpdateShellCommand">
-                 <argument ref="unimgrConsoleProvider" />
-            </action>
-        </command>
-        <command>
-            <action class="org.opendaylight.unimgr.cli.UniRemoveShellCommand">
-                 <argument ref="unimgrConsoleProvider" />
-            </action>
-        </command>
-        <command>
-            <action class="org.opendaylight.unimgr.cli.UniListShellCommand">
-                 <argument ref="unimgrConsoleProvider" />
-            </action>
-        </command>
-        <command>
-            <action class="org.opendaylight.unimgr.cli.UniShowShellCommand" >
-                <argument ref="unimgrConsoleProvider" />
-            </action>
-        </command>
-        <command>
-            <action class="org.opendaylight.unimgr.cli.EvcRemoveShellCommand">
-                 <argument ref="unimgrConsoleProvider" />
-            </action>
-        </command>
-        <command>
-            <action class="org.opendaylight.unimgr.cli.EvcAddShellCommand">
-                 <argument ref="unimgrConsoleProvider" />
-            </action>
-        </command>
-    </command-bundle>
-
-</blueprint>