Fixed properties not expanded in features.xml
[controller.git] / features / protocol-framework / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-protocol-framework-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
4           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
6   <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
7   <repository>mvn:org.opendaylight.controller/features-config-netty/{{VERSION}}/xml/features</repository>
8   <feature name='odl-protocol-framework' version='${project.version}' description="OpenDaylight :: Protocol Framework">
9     <feature version='${config.version}'>odl-config-api</feature>
10     <feature version='${config.version}'>odl-config-netty-config-api</feature>
11     <bundle>mvn:org.opendaylight.controller/protocol-framework/{{VERSION}}</bundle>
12   </feature>
13 </features>