Move adsal into its own subdirectory.
[controller.git] / opendaylight / topologymanager / shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
diff --git a/opendaylight/topologymanager/shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/opendaylight/topologymanager/shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml
deleted file mode 100644 (file)
index 96b0b10..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
-
-    <reference id="topologyManagerRef" interface="org.opendaylight.controller.topologymanager.ITopologyManagerShell"/>
-    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
-
-        <command>
-        <action class="org.opendaylight.controller.topologymanager.shell.AddUserLink">
-            <property name="topologyManager" ref="topologyManagerRef"/>
-            </action>
-        </command>
-
-        <command>
-        <action class="org.opendaylight.controller.topologymanager.shell.DeleteUserLink">
-            <property name="topologyManager" ref="topologyManagerRef"/>
-            </action>
-        </command>
-
-        <command>
-        <action class="org.opendaylight.controller.topologymanager.shell.PrintNodeEdges">
-            <property name="topologyManager" ref="topologyManagerRef"/>
-            </action>
-        </command>
-
-        <command>
-        <action class="org.opendaylight.controller.topologymanager.shell.PrintUserLink">
-            <property name="topologyManager" ref="topologyManagerRef"/>
-            </action>
-        </command>
-
-    </command-bundle>
-
-
-</blueprint>