Merge "BUG 1839 - HTTP delete of non existing data"
[controller.git] / opendaylight / md-sal / sal-karaf-xsql / src / main / resources / OSGI-INF / blueprint / shell-log.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
4            xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0">
5
6     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
7         <command>
8             <action class="org.opendaylight.controller.xsql.xsql">
9             </action>
10         </command>
11     </command-bundle>
12 </blueprint>