Remove the last remnants of the CSS
[lispflowmapping.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) 2014 Cisco Systems, Inc. and others.  All rights reserved.
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-lispflowmapping-${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
14     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
17     <!-- Needed for odl-mdsal-broker -->
18     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
19     <!-- Needed for odl-restconf -->
20     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
21
22     <feature name="odl-lispflowmapping-msmr" description="OpenDaylight :: LISP Flow Mapping :: Map-Server/Map-Resolver" version='${project.version}'>
23         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
24         <feature version="${project.version}">odl-lispflowmapping-southbound</feature>
25     </feature>
26
27     <feature name="odl-lispflowmapping-mappingservice" description="OpenDaylight :: LISP Flow Mapping :: Mapping Service" version='${project.version}'>
28         <feature version="${restconf.version}">odl-restconf</feature>
29         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
30         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
31         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
32         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/{{VERSION}}</bundle>
33         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/{{VERSION}}</bundle>
34         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/{{VERSION}}</bundle>
35         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.config/{{VERSION}}</bundle>
36     </feature>
37
38     <feature name="odl-lispflowmapping-mappingservice-shell" description="OpenDaylight :: LISP Flow Mapping :: Mappingservice Shell" version='${project.version}'>
39         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
40         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.shell/{{VERSION}}</bundle>
41     </feature>
42
43     <feature name="odl-lispflowmapping-inmemorydb" description="OpenDaylight :: LISP Flow Mapping :: In Memory DB" version='${project.version}'>
44         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
45         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
46         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/{{VERSION}}</bundle>
47     </feature>
48
49     <feature name="odl-lispflowmapping-southbound" description="OpenDaylight :: LISP Flow Mapping :: Southbound Plugin" version='${project.version}'>
50         <feature version="${restconf.version}">odl-restconf</feature>
51         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
52         <feature version='${project.version}'>odl-lispflowmapping-models</feature>
53         <feature version="${project.version}">odl-lispflowmapping-inmemorydb</feature>
54         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/{{VERSION}}</bundle>
55         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/{{VERSION}}</bundle>
56         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/{{VERSION}}</bundle>
57     </feature>
58
59     <feature name="odl-lispflowmapping-neutron" description="OpenDaylight :: LISP Flow Mapping :: Neutron Integration" version='${project.version}'>
60         <feature version="${neutron.version}">odl-neutron-service</feature>
61         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
62         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.neutron/{{VERSION}}</bundle>
63     </feature>
64
65     <feature name="odl-lispflowmapping-ui" description="OpenDaylight :: LISP Flow Mapping :: User Interface" version='${project.version}'>
66         <feature version="${dlux.core.version}">odl-dlux-core</feature>
67         <feature version="${project.version}">odl-lispflowmapping-mappingservice</feature>
68         <bundle>mvn:org.opendaylight.dlux/dlux.common.yangutils/{{VERSION}}</bundle>
69         <bundle>mvn:org.opendaylight.lispflowmapping/lispflowmapping-ui-bundle/{{VERSION}}</bundle>
70     </feature>
71
72     <feature name="odl-lispflowmapping-models" description="OpenDaylight :: LISP Flow Mapping :: Models" version='${project.version}'>
73         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
74         <bundle>mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
75         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/{{VERSION}}</bundle>
76         <bundle>mvn:org.opendaylight.lispflowmapping/mappingservice.api/{{VERSION}}</bundle>
77     </feature>
78 </features>