blob: ac46ba2f3abb801b5984370d864d6ace654ae9e2 [file] [log] [blame]
jiangrui6a8d5522015-08-12 19:13:23 +08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2016-present Open Networking Foundation
jiangrui6a8d5522015-08-12 19:13:23 +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 Moonf2cc1a12016-01-19 14:52:33 -080017<app name="org.onosproject.ovsdb-base" origin="ON.Lab" version="${project.version}"
Jian Lifd46e1d2016-03-08 09:18:53 -080018 category="Provider" url="http://onosproject.org" title="OVSDB Provider"
jiangrui6a8d5522015-08-12 19:13:23 +080019 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}">
Jian Lic35415d2016-01-14 17:22:31 -080021 <description>${project.description}</description>
jiangrui6a8d5522015-08-12 19:13:23 +080022 <artifact>mvn:${project.groupId}/onos-ovsdb-rfc/${project.version}</artifact>
Adnaan Sachidanandana1800322017-08-01 10:16:48 -070023 <artifact>mvn:${project.groupId}/onos-protocols-ovsdb-api/${project.version}</artifact>
jiangrui6a8d5522015-08-12 19:13:23 +080024 <artifact>mvn:${project.groupId}/onos-ovsdb-ctl/${project.version}</artifact>
Andrea Campanella238d96e2016-01-20 11:52:02 -080025 <artifact>mvn:${project.groupId}/onos-drivers-ovsdb/${project.version}</artifact>
jiangrui6a8d5522015-08-12 19:13:23 +080026
27 <artifact>mvn:${project.groupId}/onos-ovsdb-provider-device/${project.version}</artifact>
jiangrui6a8d5522015-08-12 19:13:23 +080028 <artifact>mvn:${project.groupId}/onos-ovsdb-provider-tunnel/${project.version}</artifact>
Adnaan Sachidanandana1800322017-08-01 10:16:48 -070029</app>