Move adsal into its own subdirectory.
[controller.git] / opendaylight / hosttracker / shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
diff --git a/opendaylight/hosttracker/shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/opendaylight/hosttracker/shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml
deleted file mode 100644 (file)
index ba79b5d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
-    <reference id="HostTrackerRef" interface="org.opendaylight.controller.hosttracker.IHostTrackerShell"/>
-
-    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
-
-    <command>
-       <action class="org.opendaylight.controller.hosttracker.shell.DumpFailedARPReqList">
-          <property name="hostTracker" ref="HostTrackerRef"/>
-       </action>
-    </command>
-    <command>
-       <action class="org.opendaylight.controller.hosttracker.shell.DumpPendingARPReqList">
-          <property name="hostTracker" ref="HostTrackerRef"/>
-       </action>
-    </command>
-    </command-bundle>
-</blueprint>