blob: c6e4911c93adc0fbad4fa14c0f7de50536a32173 [file] [log] [blame]
Michele Santuari21c14012016-11-14 13:31:33 +01001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07004 ~ Copyright 2016 Open Networking Foundation
Michele Santuari21c14012016-11-14 13:31:33 +01005 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License.
17 -->
18
19<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
20 name="${project.artifactId}-${project.version}">
21 <feature name="${project.artifactId}" version="${project.version}"
22 description="${project.description}">
23 <feature>onos-api</feature>
24 <bundle>
25 mvn:${project.groupId}/${project.artifactId}/${project.version}
26 </bundle>
27
28 <bundle>
29 mvn:${project.groupId}/onos-drivers-utilities/${project.version}
30 </bundle>
31
Yuta HIGUCHI923a7782017-09-05 13:04:47 -070032 <bundle>mvn:${project.groupId}/onos-protocols-netconf-api/${project.version}
Michele Santuari21c14012016-11-14 13:31:33 +010033 </bundle>
34 </feature>
35</features>