Merge "Provide Karaf 4 features"
[lispflowmapping.git] / mappingservice / shell / src / main / resources / org / opendaylight / blueprint / mappingservice-shell.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2   <reference id="mappingServiceShellRef" timeout="0" interface="org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingServiceShell"/>
3   <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
4     <command>
5       <action class="org.opendaylight.lispflowmapping.shell.LispMappings">
6         <property name="mappingServiceShell" ref="mappingServiceShellRef"/>
7       </action>
8     </command>
9     <command>
10       <action class="org.opendaylight.lispflowmapping.shell.LispKeys">
11         <property name="mappingServiceShell" ref="mappingServiceShellRef"/>
12       </action>
13     </command>
14     <command>
15       <action class="org.opendaylight.lispflowmapping.shell.LispAddKey">
16         <property name="mappingServiceShell" ref="mappingServiceShellRef"/>
17       </action>
18     </command>
19   </command-bundle>
20 </blueprint>