e7423ea17e2bfb231094a4b6c639695a41b4905f
[controller.git] / features / extras / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  This program and the accompanying materials are made available under the
5  terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  and is available at http://www.eclipse.org/legal/epl-v10.html
7 -->
8
9 <!--
10
11  This feature file is intended to contain only third party features that cannot be accommodated in any
12  other feature file. This is a good place to add features like jolokia which no other feature depends on
13  but which provides a utility.
14 -->
15 <features name="odl-extras-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
16           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
18     <feature name='odl-extras-all' version='${project.version}' description='OpenDaylight :: Extras :: All'>
19         <feature version="${project.version}">odl-jolokia</feature>
20     </feature>
21     <feature name="odl-jolokia" version="${project.version}" description="Jolokia JMX/HTTP bridge">
22         <feature>http</feature>
23         <bundle>mvn:org.jolokia/jolokia-osgi/${jolokia.version}</bundle>
24     </feature>
25 </features>