HONEYCOMB-7: Remove VBD form HC
[honeycomb.git] / vbd / features / src / main / features / features.xml
diff --git a/vbd/features/src/main/features/features.xml b/vbd/features/src/main/features/features.xml
deleted file mode 100644 (file)
index bf09b62..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2015 Cisco and/or its affiliates.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at:
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<features name="odl-vbd-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
-  <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
-  <repository>mvn:io.fd.honeycomb.v3po/v3po-features/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.netconf/features-netconf-connector/{{VERSION}}/xml/features</repository>
-
-  <feature name='odl-vbd-api' version='${project.version}' description='OpenDaylight :: vbd :: api'>
-    <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
-    <feature version='${v3po.version}'>odl-v3po-api</feature>
-    <bundle>mvn:io.fd.honeycomb.vbd/vbd-api/{{VERSION}}</bundle>
-  </feature>
-
-  <feature name='odl-vbd' version='${project.version}' description='OpenDaylight :: vbd'>
-    <feature version='${mdsal.version}'>odl-mdsal-binding</feature>
-    <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>
-    <feature version='${netconf.version}'>odl-netconf-topology</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>
-  </feature>
-
-  <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 version="${project.version}">odl-vbd-rest</feature>
-    <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
-    <feature version="${restconf.version}">odl-mdsal-xsql</feature>
-    <feature version="${dlux.version}">odl-dlux-yangui</feature>
-    <bundle>mvn:io.fd.honeycomb.vbd/vbd-ui-bundle/{{VERSION}}</bundle>
-  </feature>
-
-</features>