Initial checkin for vpnservice.
[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-restconf/${mdsal.version}/xml/features</repository>
16   <feature name='odl-vpnservice-api' version='${project.version}' description='OpenDaylight :: vpnservice :: api '>
17     <feature version='${yangtools.version}'>odl-yangtools-models</feature>
18     <bundle>mvn:org.opendaylight.vpnservice/vpnmanager-api/${project.version}</bundle>
19   </feature>
20   <feature name='odl-vpnservice-impl' version='${project.version}' description='OpenDaylight :: vpnservice :: impl '>
21     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
22     <feature version='${project.version}'>odl-vpnservice-api</feature>
23     <bundle>mvn:org.opendaylight.vpnservice/vpnmanager-impl/${project.version}</bundle>
24     <configfile finalname="vpnmanager-impl-default-config.xml">mvn:org.opendaylight.vpnservice/vpnmanager-impl/${project.version}/xml/config</configfile>
25   </feature>
26   <feature name='odl-vpnservice-impl-rest' version='${project.version}' description='OpenDaylight :: vpnservice :: impl :: REST '>
27     <feature version="${project.version}">odl-vpnservice-impl</feature>
28     <feature version="${mdsal.version}">odl-restconf</feature>
29   </feature>
30   <feature name='odl-vpnservice-impl-ui' version='${project.version}' description='OpenDaylight :: vpnservice :: impl :: UI'>
31     <feature version="${project.version}">odl-vpnservice-impl-rest</feature>
32     <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
33     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
34   </feature>
35
36 </features>