Disable applications build
[dlux.git] / features / features-dlux / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-dlux-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">
6
7     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
8
9     <feature name='odl-dlux-core' version='${project.version}' description="Opendaylight dlux minimal feature">
10         <feature>http</feature>
11         <feature version="${restconf.version}">odl-restconf</feature>
12         <bundle>mvn:org.opendaylight.dlux/loader/{{VERSION}}</bundle>
13         <bundle>mvn:org.opendaylight.dlux/loader.implementation/{{VERSION}}</bundle>
14         <bundle>mvn:org.opendaylight.dlux/dlux.core/{{VERSION}}</bundle>
15         <bundle>mvn:org.opendaylight.dlux/dlux.common.login/{{VERSION}}</bundle>
16         <bundle>mvn:org.opendaylight.dlux/dlux.common.authentication/{{VERSION}}</bundle>
17         <bundle>mvn:org.opendaylight.dlux/dlux.common.navigation/{{VERSION}}</bundle>
18         <bundle>mvn:org.opendaylight.dlux/dlux.common.topbar/{{VERSION}}</bundle>
19         <bundle>mvn:org.opendaylight.dlux/dlux.common.general/{{VERSION}}</bundle>
20         <bundle start-level="90">mvn:org.opendaylight.dlux/dlux.common.layout/{{VERSION}}</bundle>
21     </feature>
22
23 </features>