d41e7fd1e56cfe91934a5c077719ce4cb438b3ef
[mdsal.git] / common / features / features-mdsal / 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-yangtools-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
11           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">
13
14     <repository>mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
16
17     <feature name='odl-mdsal-binding' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding'>
18         <feature version='${project.version}'>odl-mdsal-binding-dom-adapter</feature>
19         <feature version='${project.version}'>odl-mdsal-dom</feature>
20     </feature>
21
22     <feature name='odl-mdsal-binding2' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding 2'>
23         <feature version='${project.version}' dependency="true">odl-mdsal-binding2-runtime</feature>
24         <feature version='${project.version}' dependency="true">odl-mdsal-binding2-api</feature>
25         <feature version='${project.version}' dependency="true">odl-mdsal-dom-api</feature>
26         <feature version='${project.version}'>odl-mdsal-dom</feature>
27     </feature>
28
29     <feature name='odl-mdsal-dom' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM'>
30         <feature version='${project.version}' dependency="true">odl-mdsal-dom-broker</feature>
31     </feature>
32
33     <feature name='odl-mdsal-common' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM Broker'>
34         <feature version='${yangtools.version}' dependency="true">odl-yangtools-common</feature>
35         <bundle>mvn:org.opendaylight.mdsal/mdsal-common-api/{{VERSION}}</bundle>
36     </feature>
37
38     <feature name='odl-mdsal-dom-api' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM API &amp; SPI'>
39         <feature version='${project.version}' dependency="true">odl-mdsal-common</feature>
40         <feature version='${yangtools.version}' dependency="true">odl-yangtools-yang-data</feature>
41         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-api/{{VERSION}}</bundle>
42         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-spi/{{VERSION}}</bundle>
43     </feature>
44
45     <feature name='odl-mdsal-dom-broker' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM Broker'>
46         <feature version='${yangtools.version}' dependency="true">odl-yangtools-yang-parser</feature>
47         <feature version="${odlparent.version}" dependency="true">odl-lmax-3</feature>
48         <feature version='${project.version}' dependency="true">odl-mdsal-dom-api</feature>
49         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-broker/{{VERSION}}</bundle>
50         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-inmemory-datastore/{{VERSION}}</bundle>
51     </feature>
52
53     <feature name='odl-mdsal-binding-base' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Base Concepts'>
54         <feature version='${yangtools.version}' dependency="true">odl-yangtools-common</feature>
55         <bundle>mvn:org.opendaylight.mdsal/yang-binding/{{VERSION}}</bundle>
56         <bundle>mvn:org.opendaylight.mdsal.model/yang-ext/{{VERSION}}</bundle>
57     </feature>
58
59     <feature name='odl-mdsal-binding2-base' version='${project.version}'
60              description='OpenDaylight :: MD-SAL :: Binding2 Base Concepts'>
61         <feature version="${yangtools.version}" dependency="true">odl-yangtools-yang-parser</feature>
62         <feature version='${yangtools.version}' dependency="true">odl-yangtools-common</feature>
63         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding2-spec/{{VERSION}}</bundle>
64         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding2-util/{{VERSION}}</bundle>
65     </feature>
66
67     <feature name='odl-mdsal-binding-runtime' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Generator'>
68         <feature version='${yangtools.version}' dependency="true">odl-yangtools-yang-data</feature>
69         <feature version='${project.version}' dependency="true">odl-mdsal-binding-base</feature>
70         <bundle dependency="true">mvn:org.javassist/javassist/{{VERSION}}</bundle>
71         <bundle dependency="true">mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
72         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-generator-api/{{VERSION}}</bundle>
73         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-generator-impl/{{VERSION}}</bundle>
74         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-generator-util/{{VERSION}}</bundle>
75         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/{{VERSION}}</bundle>
76     </feature>
77
78     <feature name='odl-mdsal-binding2-runtime' version='${project.version}'
79              description='OpenDaylight :: MD-SAL :: Binding2 Generator'>
80         <feature version='${yangtools.version}' dependency="true">odl-yangtools-yang-data</feature>
81         <feature version='${project.version}'>odl-mdsal-binding2-base</feature>
82         <bundle dependency="true">mvn:org.javassist/javassist/{{VERSION}}</bundle>
83         <bundle dependency="true">mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
84         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding2-generator-api/{{VERSION}}</bundle>
85         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding2-generator-util/{{VERSION}}</bundle>
86         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding2-generator-impl/{{VERSION}}</bundle>
87     </feature>
88
89     <feature name='odl-mdsal-binding-api' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Base Concepts'>
90         <feature version='${project.version}' dependency="true">odl-mdsal-common</feature>
91         <feature version='${project.version}' dependency="true">odl-mdsal-binding-base</feature>
92         <feature version="${yangtools.version}" dependency="true">odl-yangtools-yang-parser</feature>
93         <bundle>mvn:org.opendaylight.mdsal.model/general-entity/{{VERSION}}</bundle>
94         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-api/{{VERSION}}</bundle>
95         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-util/{{VERSION}}</bundle>
96     </feature>
97
98     <feature name='odl-mdsal-binding2-api' version='${project.version}'
99              description='OpenDaylight :: MD-SAL :: Binding2 Base Concepts'>
100         <feature version='${project.version}' dependency="true">odl-mdsal-common</feature>
101         <feature version='${project.version}' dependency="true">odl-mdsal-binding2-base</feature>
102     </feature>
103
104     <feature name='odl-mdsal-binding-dom-adapter' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Generator'>
105         <feature version='${project.version}' dependency="true">odl-mdsal-binding-runtime</feature>
106         <feature version='${project.version}' dependency="true">odl-mdsal-binding-api</feature>
107         <feature version='${project.version}' dependency="true">odl-mdsal-dom-api</feature>
108         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-dom-adapter/{{VERSION}}</bundle>
109     </feature>
110
111     <feature name='odl-mdsal-eos-common' version='${project.version}' description='OpenDaylight :: MD-SAL :: EOS :: Common'>
112         <feature version='${yangtools.version}' dependency="true">odl-yangtools-common</feature>
113         <feature version='${yangtools.version}' dependency="true">odl-yangtools-yang-data</feature>
114         <bundle>mvn:org.opendaylight.mdsal/mdsal-eos-common-api/{{VERSION}}</bundle>
115         <bundle>mvn:org.opendaylight.mdsal/mdsal-eos-common-spi/{{VERSION}}</bundle>
116     </feature>
117
118     <feature name='odl-mdsal-eos-dom' version='${project.version}' description='OpenDaylight :: MD-SAL :: EOS :: DOM'>
119         <feature version='${project.version}' dependency="true">odl-mdsal-eos-common</feature>
120         <bundle>mvn:org.opendaylight.mdsal/mdsal-eos-dom-api/{{VERSION}}</bundle>
121     </feature>
122
123     <feature name='odl-mdsal-eos-binding' version='${project.version}' description='OpenDaylight :: MD-SAL :: EOS :: Binding'>
124         <feature version='${project.version}' dependency="true">odl-mdsal-eos-dom</feature>
125         <feature version='${project.version}' dependency="true">odl-mdsal-binding-dom-adapter</feature>
126         <bundle>mvn:org.opendaylight.mdsal/mdsal-eos-binding-api/{{VERSION}}</bundle>
127         <bundle>mvn:org.opendaylight.mdsal/mdsal-eos-binding-adapter/{{VERSION}}</bundle>
128     </feature>
129
130     <feature name='odl-mdsal-singleton-common' version='${project.version}' description='OpenDaylight :: MD-SAL :: Singleton :: Common'>
131         <feature version='${project.version}' dependency="true">odl-mdsal-eos-common</feature>
132         <bundle>mvn:org.opendaylight.mdsal/mdsal-singleton-common-api/{{VERSION}}</bundle>
133     </feature>
134
135     <feature name='odl-mdsal-singleton-dom' version='${project.version}' description='OpenDaylight :: MD-SAL :: Singleton :: DOM'>
136         <feature version='${project.version}' dependency="true">odl-mdsal-singleton-common</feature>
137         <feature version='${project.version}' dependency="true">odl-mdsal-eos-dom</feature>
138         <feature version="${project.version}" dependency="true">odl-mdsal-common</feature>
139         <bundle>mvn:org.opendaylight.mdsal/mdsal-singleton-dom-impl/{{VERSION}}</bundle>
140     </feature>
141
142 </features>