Renamed artifacts to reflect the project's name.
[unimgr.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright (c) 2015 CableLabs
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <features name="odl-unimgr-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
11   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12   xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
13   <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
14   <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
15   <repository>mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features</repository>
16   <repository>mvn:org.opendaylight.ovsdb/southbound-features/${ovsdb.version}/xml/features</repository>
17   <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
18
19   <feature name='odl-unimgr-api' version='${project.version}' description='OpenDaylight :: VCPE :: api'>
20     <feature version='${yangtools.version}'>odl-yangtools-models</feature>
21     <bundle>mvn:org.opendaylight.unimgr/unimgr-api/${project.version}</bundle>
22   </feature>
23
24   <feature name='odl-unimgr' version='${project.version}' description='OpenDaylight :: VCPE'>
25     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
26     <feature version='${ovsdb.version}'>odl-ovsdb-southbound-impl</feature>
27     <feature version='${project.version}'>odl-unimgr-api</feature>
28     <bundle>mvn:org.opendaylight.unimgr/unimgr-impl/${project.version}</bundle>
29     <configfile finalname="${configfile.directory}/unimgr.xml">mvn:org.opendaylight.unimgr/unimgr-impl/${project.version}/xml/config</configfile>
30   </feature>
31
32   <feature name='odl-unimgr-console' version='${project.version}' description='OpenDaylight :: VCPE :: CLI'>
33       <feature version="${project.version}">odl-unimgr</feature>
34       <bundle>mvn:org.opendaylight.unimgr/unimgr-cli/${project.version}</bundle>
35   </feature>
36
37   <feature name='odl-unimgr-rest' version='${project.version}' description='OpenDaylight :: VCPE :: REST'>
38     <feature version="${project.version}">odl-unimgr</feature>
39     <feature version="${mdsal.version}">odl-restconf</feature>
40   </feature>
41
42   <feature name='odl-unimgr-ui' version='${project.version}' description='OpenDaylight :: VCPE :: UI'>
43     <feature version="${project.version}">odl-unimgr-rest</feature>
44     <feature version="${project.version}">odl-unimgr-console</feature>
45     <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
46     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
47     <feature version="${dlux.version}">odl-dlux-all</feature>
48   </feature>
49
50 </features>