diff options
Diffstat (limited to 'vbd/features')
-rw-r--r-- | vbd/features/pom.xml | 6 | ||||
-rw-r--r-- | vbd/features/src/main/features/features.xml | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/vbd/features/pom.xml b/vbd/features/pom.xml index 0640372cb..ec852ba82 100644 --- a/vbd/features/pom.xml +++ b/vbd/features/pom.xml @@ -119,12 +119,14 @@ <groupId>${project.groupId}</groupId> <artifactId>vbd-impl</artifactId> </dependency> - <!--dependency> + + <dependency> <groupId>${project.groupId}</groupId> <artifactId>vbd-impl</artifactId> <type>xml</type> <classifier>config</classifier> - </dependency--> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>vbd-api</artifactId> diff --git a/vbd/features/src/main/features/features.xml b/vbd/features/src/main/features/features.xml index b35290211..b47ee1b16 100644 --- a/vbd/features/src/main/features/features.xml +++ b/vbd/features/src/main/features/features.xml @@ -33,16 +33,16 @@ <feature version='${project.version}'>odl-vbd-api</feature> <feature version='${netconf.version}'>odl-netconf-connector-ssh</feature> <feature version='${netconf.mdsal.version}'>odl-netconf-mdsal</feature> - <!--bundle>mvn:io.fd.honeycomb.vbd/vbd-impl/{{VERSION}}</bundle--> - <!--configfile finalname="${configfile.directory}/vbd.xml">mvn:io.fd.honeycomb.vbd/vbd-impl/{{VERSION}}/xml/config</configfile--> + <bundle>mvn:io.fd.honeycomb.vbd/vbd-impl/{{VERSION}}</bundle> + <configfile finalname="${configfile.directory}/vbd.xml">mvn:io.fd.honeycomb.vbd/vbd-impl/{{VERSION}}/xml/config</configfile> </feature> - <!--feature name='odl-vbd-rest' version='${project.version}' description='OpenDaylight :: vbd :: REST'> + <feature name='odl-vbd-rest' version='${project.version}' description='OpenDaylight :: vbd :: REST'> <feature version="${project.version}">odl-vbd</feature> <feature version="${restconf.version}">odl-restconf</feature> </feature> - <feature name='odl-vbd-ui' version='${project.version}' description='OpenDaylight :: vbd :: UI'> + <!--feature name='odl-vbd-ui' version='${project.version}' description='OpenDaylight :: vbd :: UI'> <feature version="${project.version}">odl-vbd-rest</feature> <feature version="${restconf.version}">odl-mdsal-apidocs</feature> <feature version="${mdsal.version}">odl-mdsal-xsql</feature> |