1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
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
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.yangtools/model-bgp/2013.07.15.7-SNAPSHOT</bundle>
19 <bundle>mvn:org.opendaylight.vpnservice/vpnmanager-api/${project.version}</bundle>
21 <feature name='odl-vpnservice-impl' version='${project.version}' description='OpenDaylight :: vpnservice :: impl '>
22 <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
23 <feature version='${project.version}'>odl-vpnservice-api</feature>
24 <bundle>mvn:org.opendaylight.vpnservice/vpnmanager-impl/${project.version}</bundle>
25 <configfile finalname="vpnmanager-impl-default-config.xml">mvn:org.opendaylight.vpnservice/vpnmanager-impl/${project.version}/xml/config</configfile>
27 <feature name='odl-vpnservice-impl-rest' version='${project.version}' description='OpenDaylight :: vpnservice :: impl :: REST '>
28 <feature version="${project.version}">odl-vpnservice-impl</feature>
29 <feature version="${mdsal.version}">odl-restconf</feature>
31 <feature name='odl-vpnservice-impl-ui' version='${project.version}' description='OpenDaylight :: vpnservice :: impl :: UI'>
32 <feature version="${project.version}">odl-vpnservice-impl-rest</feature>
33 <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
34 <feature version="${mdsal.version}">odl-mdsal-xsql</feature>