Vpnservice models
[vpnservice.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
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-vpnservice-${project.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.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
14   <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
15   <repository>mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features</repository>
16   <repository>mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features</repository>
17   <feature name='odl-vpnservice-api' version='${project.version}' description='OpenDaylight :: vpnservice :: api '>
18     <feature version='${yangtools.version}'>odl-yangtools-models</feature>
19     <feature version='${mdsal.version}'>odl-flow-model</feature>
20     <bundle>mvn:org.opendaylight.vpnservice/model-bgp/2013.07.15.7-SNAPSHOT</bundle>
21     <bundle>mvn:org.opendaylight.vpnservice/vpnmanager-api/${project.version}</bundle>
22   </feature>
23   <feature name='odl-vpnservice-impl' version='${project.version}' description='OpenDaylight :: vpnservice :: impl '>
24     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
25     <feature version='${project.version}'>odl-vpnservice-api</feature>
26     <bundle>mvn:org.opendaylight.vpnservice/vpnmanager-impl/${project.version}</bundle>
27     <configfile finalname="vpnmanager-impl-default-config.xml">mvn:org.opendaylight.vpnservice/vpnmanager-impl/${project.version}/xml/config</configfile>
28   </feature>
29   <feature name='odl-vpnservice-impl-rest' version='${project.version}' description='OpenDaylight :: vpnservice :: impl :: REST '>
30     <feature version="${project.version}">odl-vpnservice-impl</feature>
31     <feature version="${mdsal.version}">odl-restconf</feature>
32   </feature>
33   <feature name='odl-vpnservice-impl-ui' version='${project.version}' description='OpenDaylight :: vpnservice :: impl :: UI'>
34     <feature version="${project.version}">odl-vpnservice-impl-rest</feature>
35     <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
36     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
37   </feature>
38   <feature name='odl-vpnservice-core' version='${project.version}' description='OpenDaylight :: vpnservice :: core'>
39     <feature version="${project.version}">odl-vpnservice-impl-ui</feature>
40   </feature>
41 </features>