Netvirt wide blueprint xml path change: /OSGI-INF/ -> /org/opendaylight/
[netvirt.git] / vpnservice / vpnmanager / vpnmanager-shell / src / main / resources / org / opendaylight / blueprint / blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9
10 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
11
12     <reference id="dataBrokerRef" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"/>
13     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
14
15         <command>
16             <action class="org.opendaylight.netvirt.vpnmanager.shell.ShowVpn">
17                 <property name="dataBroker" ref="dataBrokerRef"/>
18             </action>
19         </command>
20         <command>
21             <action class="org.opendaylight.netvirt.vpnmanager.shell.ShowVpnInstanceOpData">
22                 <property name="dataBroker" ref="dataBrokerRef"/>
23             </action>
24         </command>
25     </command-bundle>
26
27 </blueprint>