Fix an eclipse warning
[controller.git] / features / extras / features-extras / src / main / features / 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         <configfile finalname="/etc/org.jolokia.osgi.cfg">mvn:org.opendaylight.controller/odl-jolokia-osgi/{{VERSION}}/cfg/configuration</configfile>
23         <feature>http</feature>
24         <bundle>mvn:org.jolokia/jolokia-osgi/{{VERSION}}</bundle>
25     </feature>
26 </features>