BUG 2302 : odl-clustering-test-app should not be part of the odl-restconf-all feature set
[controller.git] / features / adsal-compatibility / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Necessary TODO: Put your copyright statement here
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-adsal-compatibility-${sal.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.controller/features-mdsal/${mdsal.version}/xml/features</repository>
14     <repository>mvn:org.opendaylight.controller/features-adsal/${sal.version}/xml/features</repository>
15     <repository>mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features</repository>
16     <feature name='odl-adsal-compatibility-all' version='${project.version}' description='OpenDaylight :: controller :: All'>
17         <feature version='${sal.version}'>odl-adsal-compatibility</feature>
18     </feature>
19     <feature name='odl-adsal-compatibility' description="OpenDaylight :: AD-SAL :: Compatibility" version="${sal.version}">
20       <feature version="${mdsal.version}">odl-mdsal-broker</feature>
21       <feature version="${mdsal.version}">odl-flow-model</feature>
22       <feature version="${sal.version}">odl-adsal-all</feature>
23       <bundle>mvn:org.opendaylight.controller/sal-compatibility/${mdsal.version}</bundle>
24    </feature>
25 </features>