f45cf1ef2f0f3a5d8b53d269b3fe61fa650b6026
[mdsal.git] / common / 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-yangtools-${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.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
15
16     <feature name='odl-mdsal-binding' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding'>
17         <feature version='${project.version}'>odl-mdsal-binding-dom-adapter</feature>
18         <feature version='${project.version}'>odl-mdsal-dom</feature>
19     </feature>
20
21     <feature name='odl-mdsal-dom' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM'>
22         <feature version='${project.version}'>odl-mdsal-dom-broker</feature>
23     </feature>
24
25     <feature name='odl-mdsal-common' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM Broker'>
26         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
27         <bundle>mvn:org.opendaylight.mdsal/mdsal-common-api/{{VERSION}}</bundle>
28     </feature>
29
30     <feature name='odl-mdsal-dom-api' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM API &amp; SPI'>
31         <feature version='${project.version}'>odl-mdsal-common</feature>
32         <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
33         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-api/{{VERSION}}</bundle>
34         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-spi/{{VERSION}}</bundle>
35     </feature>
36     
37     <feature name='odl-mdsal-dom-broker' version='${project.version}' description='OpenDaylight :: MD-SAL :: DOM Broker'>
38         <feature version='${yangtools.version}'>odl-yangtools-yang-parser</feature>
39         <feature version='${project.version}'>odl-mdsal-dom-api</feature>
40         <bundle>mvn:com.lmax/disruptor/{{VERSION}}</bundle>
41         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-api/{{VERSION}}</bundle>
42         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-spi/{{VERSION}}</bundle>
43         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-broker/{{VERSION}}</bundle>
44         <bundle>mvn:org.opendaylight.mdsal/mdsal-dom-inmemory-datastore/{{VERSION}}</bundle>
45     </feature>
46
47     <feature name='odl-mdsal-binding-base' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Base Concepts'>
48         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
49         <bundle>mvn:org.opendaylight.mdsal/yang-binding/{{VERSION}}</bundle>
50         <bundle>mvn:org.opendaylight.mdsal.model/yang-ext/{{VERSION}}</bundle>
51     </feature>
52
53     <feature name='odl-mdsal-binding-runtime' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Generator'>
54         <feature version='${project.version}'>odl-mdsal-binding-base</feature>
55         <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
56         <bundle>mvn:org.javassist/javassist/{{VERSION}}</bundle>
57         <bundle>mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
58         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-generator-api/{{VERSION}}</bundle>
59         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-generator-impl/{{VERSION}}</bundle>
60         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-generator-util/{{VERSION}}</bundle>
61         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/{{VERSION}}</bundle>
62     </feature>
63
64     <feature name='odl-mdsal-binding-api' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Base Concepts'>
65         <feature version='${project.version}'>odl-mdsal-common</feature>
66         <feature version='${project.version}'>odl-mdsal-binding-base</feature>
67         <bundle>mvn:org.opendaylight.mdsal.model/general-entity/{{VERSION}}</bundle>
68         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-api/{{VERSION}}</bundle>
69         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-util/{{VERSION}}</bundle>
70     </feature>
71
72     <feature name='odl-mdsal-binding-dom-adapter' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Generator'>
73         <feature version='${project.version}'>odl-mdsal-binding-runtime</feature>
74         <feature version='${project.version}'>odl-mdsal-binding-api</feature>
75         <feature version='${project.version}'>odl-mdsal-dom-api</feature>
76         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-dom-adapter/{{VERSION}}</bundle>
77     </feature>
78
79 </features>