Karaf 4 Migration
[transportpce.git] / features / src / main / features / features.xml
diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml
deleted file mode 100644 (file)
index 3640ede..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
-Copyright © 2016 Orange and others. All rights reserved.
-
-This program and the accompanying materials are made available under the
-terms of the Eclipse Public License v1.0 which accompanies this distribution,
-and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<features name="odl-transportpce-${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.controller/features-mdsal/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.netconf/features-netconf/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.netconf/features-netconf-connector/{{VERSION}}/xml/features</repository>
-  <feature name='odl-transportpce-api' version='${project.version}' description='OpenDaylight :: transportpce :: api'>
-    <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-api/{{VERSION}}</bundle>
-  </feature>
-  <feature name='odl-transportpce-ordmodels' version='${project.version}' description='OpenDaylight :: transportpce :: ordmodels'>
-    <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-ordmodels/{{VERSION}}</bundle>
-  </feature>
-  <feature name='odl-transportpce' version='${project.version}' description='OpenDaylight :: transportpce'>
-    <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
-    <feature version='${netconf.version}'>odl-netconf-all</feature>
-    <feature version='${netconf.version}'>odl-netconf-connector-all</feature>
-    <feature version='${netconf.version}'>odl-netconf-console</feature>
-    <feature version='${project.version}'>odl-transportpce-api</feature>
-    <feature version='${project.version}'>odl-transportpce-ordmodels</feature>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-impl/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-renderer/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-olm/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-stubrenderer/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-stubpce/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-servicehandler/{{VERSION}}</bundle>
-  </feature>
-  <feature name='odl-transportpce-rest' version='${project.version}' description='OpenDaylight :: transportpce :: REST'>
-    <feature version="${project.version}">odl-transportpce</feature>
-    <feature version="${restconf.version}">odl-restconf</feature>
-  </feature>
-  <feature name='odl-transportpce-ui' version='${project.version}' description='OpenDaylight :: transportpce :: UI'>
-    <feature version="${project.version}">odl-transportpce-rest</feature>
-    <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
-    <feature version="${dlux.version}">odl-dlux-core</feature>
-  </feature>
-  <feature name='odl-transportpce-cli' version='${project.version}' description='OpenDaylight :: transportpce :: CLI'>
-    <feature version="${project.version}">odl-transportpce</feature>
-    <bundle>mvn:org.opendaylight.transportpce/transportpce-cli/{{VERSION}}</bundle>
-  </feature>
-
-</features>