Topology app in all features, node folder rename
[dluxapps.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-dlux-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">
6
7     <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
8     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
9     <feature name='odl-dluxapps-applications' version='${project.version}' description="Opendaylight DluxApps all applications">
10         <feature>odl-dluxapps-nodes</feature>
11         <feature>odl-dluxapps-topology</feature>
12         <feature>odl-dluxapps-yangman</feature>
13         <feature>odl-dluxapps-yangui</feature>
14         <feature>odl-dluxapps-yangvisualizer</feature>
15     </feature>
16
17     <feature name="odl-dluxapps-nodes" version='${project.version}' description="Enable nodes in Opendaylight dlux">
18         <feature version="${dlux.version}">odl-dlux-core</feature>
19         <bundle>mvn:org.opendaylight.dluxapps/nodes-bundle/{{VERSION}}</bundle>
20         <feature>odl-dluxapps-topology</feature>
21     </feature>
22
23     <feature name="odl-dluxapps-topology" version='${project.version}' description="Enable nodes in Opendaylight dlux">
24         <feature version="${dlux.version}">odl-dlux-core</feature>
25         <bundle>mvn:org.opendaylight.dluxapps/topology-bundle/{{VERSION}}</bundle>
26     </feature>
27
28     <feature name="odl-dluxapps-yangui" version='${project.version}' description="Enable Yang UI in Opendaylight dlux">
29         <feature version="${dlux.version}">odl-dlux-core</feature>
30         <bundle>mvn:org.opendaylight.dluxapps/yangui-bundle/{{VERSION}}</bundle>
31         <bundle>mvn:org.opendaylight.dluxapps/yangutils-bundle/{{VERSION}}</bundle>
32         <bundle>mvn:org.opendaylight.dluxapps/sigmatopology-bundle/{{VERSION}}</bundle>
33         <feature>odl-dluxapps-topology</feature>
34     </feature>
35
36     <feature name="odl-dluxapps-yangman" version='${project.version}' description="Enable Yangman in Opendaylight dlux">
37         <feature version="${dlux.version}">odl-dlux-core</feature>
38         <bundle>mvn:org.opendaylight.dluxapps/yangman-bundle/{{VERSION}}</bundle>
39         <bundle>mvn:org.opendaylight.dluxapps/yangutils-bundle/{{VERSION}}</bundle>
40         <feature>odl-dluxapps-topology</feature>
41     </feature>
42
43         <feature name="odl-dluxapps-yangvisualizer" version='${project.version}' description="Enable Yang visualizer in Opendaylight dlux">
44         <feature>odl-dlux-core</feature>
45         <bundle>mvn:org.opendaylight.dluxapps/yangvisualizer-bundle/{{VERSION}}</bundle>
46         <bundle>mvn:org.opendaylight.dluxapps/yangutils-bundle/{{VERSION}}</bundle>
47                 <bundle>mvn:org.opendaylight.dluxapps/sigmatopology-bundle/{{VERSION}}</bundle>
48         <feature>odl-dluxapps-topology</feature>
49     </feature>
50
51     <feature name="odl-dluxapps-yangutils" version='${project.version}' description="Loads Yangutils library in Opendaylight dlux">
52         <feature version="${dlux.version}">odl-dlux-core</feature>
53         <bundle>mvn:org.opendaylight.dluxapps/yangutils-bundle/{{VERSION}}</bundle>
54         <feature>odl-dluxapps-topology</feature>
55     </feature>
56
57 </features>