blob: c367eb54cf66d2504afbe0850caa28e102ad8d4e [file] [log] [blame]
Michele Santuari21c14012016-11-14 13:31:33 +01001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3<!--
4 ~ Copyright 2016 Open Networking Laboratory
5 ~
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
32 <bundle>mvn:${project.groupId}/onos-netconf-api/${project.version}
33 </bundle>
34 </feature>
35</features>