use annotations instead of XML for Blueprint
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / src / main / resources / OSGI-INF / blueprint / hwvtepsouthbound.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3   xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
4   odl:use-default-for-reference-types="true">
5
6     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
7     <command>
8         <action class="org.opendaylight.ovsdb.hwvtepsouthbound.TransactionHistoryCmd">
9             <argument ref="hwvtepSouthboundProvider" />
10         </action>
11     </command>
12     </command-bundle>
13 </blueprint>