blob: 2db42ad771a2eb2554a231ac55931bbc89fe5e9e [file] [log] [blame]
Hyunsun Moonfba97012016-02-05 16:55:33 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connor8e57fd52016-04-09 01:19:45 -07003 ~ Copyright 2016-present Open Networking Laboratory
Hyunsun Moonfba97012016-02-05 16:55:33 -08004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
Hyunsun Moon65450e22016-06-07 03:38:47 -070017<app name="org.opencord.vtn" origin="ON.Lab" version="${project.version}"
Jian Lieae1fe82016-03-08 09:18:53 -080018 category="Traffic Steering" url="http://onosproject.org" title="CORD Virtual Tenant Network"
Hyunsun Moonfba97012016-02-05 16:55:33 -080019 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"
Hyunsun Moon26b81092016-06-07 01:29:56 -070021 apps="org.onosproject.ovsdb-base,org.onosproject.dhcp,org.onosproject.xosclient,org.opencord.config">
Hyunsun Moonfba97012016-02-05 16:55:33 -080022 <description>${project.description}</description>
alshabibb4d31712016-06-01 18:51:03 -070023 <artifact>mvn:${project.groupId}/vtn/${project.version}</artifact>
Hyunsun Moonfba97012016-02-05 16:55:33 -080024</app>