Move features to top level
[yangtools.git] / features / features-yangtools / 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     <repository>mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features</repository>
14     <feature name='odl-yangtools-yang-data' version='${project.version}' description='OpenDaylight :: Yangtools :: Data Binding'>
15         <feature version='${project.version}' dependency="true">odl-yangtools-yang-parser</feature>
16         <bundle>mvn:org.opendaylight.yangtools/yang-data-impl/{{VERSION}}</bundle>
17         <bundle>mvn:org.opendaylight.yangtools/xsd-regex/{{VERSION}}</bundle>
18
19         <!-- GSON-based JSON codec. Can be split out -->
20         <bundle dependency="true">mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
21         <bundle>mvn:org.opendaylight.yangtools/yang-data-codec-gson/{{VERSION}}</bundle>
22
23         <bundle>mvn:org.opendaylight.yangtools/yang-data-codec-xml/{{VERSION}}</bundle>
24     </feature>
25
26     <feature name='odl-yangtools-common' version='${project.version}' description='OpenDaylight :: Yangtools :: Common'>
27         <feature version="[1.7.0, 2.0.0)" dependency="true">odl-guava-18</feature>
28         <feature version="[1.7.0, 2.0.0)" dependency="true">odl-triemap-0.2</feature>
29         <bundle>mvn:org.opendaylight.yangtools/concepts/{{VERSION}}</bundle>
30         <bundle>mvn:org.opendaylight.yangtools/yang-common/{{VERSION}}</bundle>
31         <bundle>mvn:org.opendaylight.yangtools/util/{{VERSION}}</bundle>
32         <bundle>mvn:org.opendaylight.yangtools/object-cache-api/{{VERSION}}</bundle>
33         <bundle>mvn:org.opendaylight.yangtools/object-cache-guava/{{VERSION}}</bundle>
34         <bundle>mvn:org.opendaylight.yangtools/object-cache-noop/{{VERSION}}</bundle>
35         <bundle>mvn:org.opendaylight.yangtools/triemap/{{VERSION}}</bundle>
36     </feature>
37
38     <feature name='odl-yangtools-yang-parser' version='${project.version}' description='OpenDaylight :: Yangtools :: YANG Parser'>
39         <feature version='${project.version}' dependency="true">odl-yangtools-common</feature>
40         <bundle dependency="true">mvn:org.antlr/antlr4-runtime/{{VERSION}}</bundle>
41         <bundle>mvn:org.opendaylight.yangtools/yang-model-api/{{VERSION}}</bundle>
42         <bundle>mvn:org.opendaylight.yangtools/yang-model-util/{{VERSION}}</bundle>
43         <bundle>mvn:org.opendaylight.yangtools/yang-data-api/{{VERSION}}</bundle>
44         <bundle>mvn:org.opendaylight.yangtools/yang-data-util/{{VERSION}}</bundle>
45         <bundle>mvn:org.opendaylight.yangtools/yang-parser-api/{{VERSION}}</bundle>
46         <bundle>mvn:org.opendaylight.yangtools/yang-parser-impl/{{VERSION}}</bundle>
47     </feature>
48
49 </features>