Renamed artifacts to reflect the project's name.
[unimgr.git] / impl / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Cable Television Laboratories, Inc. 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 INTERNAL
8 -->
9 <snapshot>
10   <required-capabilities>
11       <capability>urn:opendaylight:params:xml:ns:yang:unimgr:impl?module=unimgr-impl&amp;revision=2015-06-22</capability>
12       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
13   </required-capabilities>
14   <configuration>
15
16     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
17       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
18         <module>
19           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:unimgr:impl">prefix:unimgr</type>
20           <name>unimgr-default</name>
21           <broker>
22             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
23             <name>binding-osgi-broker</name>
24           </broker>
25         </module>
26       </modules>
27     </data>
28   </configuration>
29 </snapshot>