Changed AbstractPCMMServer.startServer() to wait until it is ready.
[packetcable.git] / features-packetcable-policy / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2015 CableLabs, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <features name="odl-packetcable-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
10     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11     xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
12     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
13     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
14     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
16     <feature name='odl-packetcable-policy-server-all' version='${project.version}'
17         description='OpenDaylight :: packetcable :: policy :: All'>
18         <feature version='${project.version}'>odl-packetcable-policy-server</feature>
19     </feature>
20     <feature name='odl-packetcable-policy-model' version='${project.version}'
21         description='OpenDaylight :: packetcable :: policy :: Model'>
22         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
23         <bundle>mvn:org.opendaylight.packetcable/packetcable-policy-model/{{VERSION}}</bundle>
24     </feature>
25     <feature name='odl-packetcable-policy-server' version='${project.version}'
26         description='OpenDaylight :: packetcable :: policy :: Provider'>
27         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
28         <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
29         <feature version='${project.version}'>odl-packetcable-policy-model</feature>
30         <bundle>mvn:org.opendaylight.packetcable/packetcable-policy-server/{{VERSION}}</bundle>
31         <bundle>mvn:org.opendaylight.packetcable/packetcable-driver/{{VERSION}}</bundle>
32         <configfile finalname="etc/opendaylight/karaf/80-packetcable.xml">mvn:org.opendaylight.packetcable/packetcable-policy-server/{{VERSION}}/xml/config</configfile>
33     </feature>
34 </features>