Bump versions by x.y.(z+1)
[alto.git] / alto-extensions / simple-pce / 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 © 2015 Copyright (c) 2015 Tongji University 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-alto-spce-${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.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository>
16   <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository>
17   <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/${dluxapps.version}/xml/features</repository>
18   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflow.plugin.version}/xml/features</repository>
19   <repository>mvn:org.opendaylight.l2switch/features-l2switch/${l2switch.version}/xml/features</repository>
20   <feature name='odl-network-tracker-api' version='${project.version}' description='OpenDaylight :: network-tracker :: api'>
21     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
22     <bundle>mvn:org.opendaylight.alto.spce.network/network-tracker-api/${project.version}</bundle>
23   </feature>
24
25   <feature name='odl-network-tracker' version='${project.version}' description='OpenDaylight :: network-tracker'>
26     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
27     <feature version='${l2switch.version}'>odl-network-tracker-l2switch</feature>
28     <feature version='${project.version}'>odl-network-tracker-api</feature>
29     <bundle>mvn:org.opendaylight.alto.spce.network/network-tracker-impl/${project.version}</bundle>
30     <configfile finalname="${configfile.directory}/network-tracker.xml">mvn:org.opendaylight.alto.spce.network/network-tracker-impl/${project.version}/xml/config</configfile>
31   </feature>
32
33   <feature name='odl-network-tracker-l2switch' version='${l2switch.version}' description='OpenDaylight :: network-tracker :: L2switch Wrapper'>
34     <feature version="${openflow.plugin.version}">odl-openflowplugin-flow-services</feature>
35     <feature version="${openflow.plugin.version}">odl-openflowplugin-southbound</feature>
36     <!-- The following top-level l2switch feature pulls in the following odl-l2switch-* features:
37     addresstracker, arphandler, hosttracker, loopremover, packethandler -->
38     <feature version="${l2switch.version}">odl-l2switch-switch</feature>
39     <!-- odl-l2switch-arphandler uses blueprint now, but we still attempt to write data to
40     the config subsystem in order to set is-proactive-flood-mode to false. -->
41 <!--    <configfile finalname="${configfile.directory}/54-alto-arphandler.xml">
42       mvn:org.opendaylight.alto.spce.network/network-tracker-config/0.5.3-SNAPSHOT/xml/config
43     </configfile>-->
44   </feature>
45
46   <feature name='odl-network-tracker-rest' version='${project.version}' description='OpenDaylight :: network-tracker :: REST'>
47     <feature version="${project.version}">odl-network-tracker</feature>
48     <feature version="${restconf.version}">odl-restconf</feature>
49   </feature>
50
51   <feature name='odl-network-tracker-ui' version='${project.version}' description='OpenDaylight :: network-tracker :: UI'>
52     <feature version="${project.version}">odl-network-tracker-rest</feature>
53     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
54     <feature version="${dluxapps.version}">odl-dluxapps-yangman</feature>
55   </feature>
56
57   <feature name='odl-alto-spce-api' version='${project.version}' description='OpenDaylight :: alto-spce :: api'>
58     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
59     <bundle>mvn:org.opendaylight.alto.ext/alto-spce-api/${project.version}</bundle>
60   </feature>
61   <feature name='odl-alto-spce' version='${project.version}' description='OpenDaylight :: alto-spce'>
62     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
63     <feature version='${openflow.plugin.version}'>odl-openflowplugin-southbound</feature>
64     <feature version='${openflow.plugin.version}'>odl-openflowplugin-flow-services</feature>
65     <feature version='${project.version}'>odl-alto-spce-api</feature>
66     <feature version='${project.version}'>odl-network-tracker</feature>
67     <bundle>mvn:org.opendaylight.alto.ext/alto-spce-impl/${project.version}</bundle>
68     <configfile finalname="${configfile.directory}/alto-spce.xml">mvn:org.opendaylight.alto.ext/alto-spce-impl/${project.version}/xml/config</configfile>
69   </feature>
70   <feature name='odl-alto-spce-rest' version='${project.version}' description='OpenDaylight :: alto-spce :: REST'>
71     <feature version="${project.version}">odl-alto-spce</feature>
72     <feature version="${restconf.version}">odl-restconf</feature>
73   </feature>
74   <feature name='odl-alto-spce-ui' version='${project.version}' description='OpenDaylight :: alto-spce :: UI'>
75     <feature version="${project.version}">odl-alto-spce-rest</feature>
76     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
77     <feature version="${dluxapps.version}">odl-dluxapps-yangman</feature>
78   </feature>
79
80 </features>