Remove redundant app.xml and feature.xml in openstacknetworking app
Change-Id: Ibfa71a154be98fa2adbc4ac60b31a855018f3285
diff --git a/apps/openstacknetworking/app.xml b/apps/openstacknetworking/app.xml
deleted file mode 100644
index 2f8c3db..0000000
--- a/apps/openstacknetworking/app.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Copyright 2018-present Open Networking Foundation
- ~
- ~ 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.
- -->
-<app name="org.onosproject.openstacknetworking" origin="ON.Lab" version="${project.version}"
- category="Traffic Steering" url="http://onosproject.org" title="OpenStack Networking App"
- featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
- features="${project.artifactId}">
- <description>${project.description}</description>
- <artifact>mvn:${project.groupId}/onos-apps-openstacknetworking/${project.version}</artifact>
-</app>
diff --git a/apps/openstacknetworking/features.xml b/apps/openstacknetworking/features.xml
deleted file mode 100644
index 4ae8836..0000000
--- a/apps/openstacknetworking/features.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
- ~ Copyright 2018-present Open Networking Foundation
- ~
- ~ 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 xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
- <feature name="${project.artifactId}" version="${project.version}"
- description="${project.description}">
- <feature>onos-api</feature>
- <bundle>mvn:${project.groupId}/onos-apps-openstacknetworking/${project.version}</bundle>
- <bundle>mvn:${project.groupId}/onos-apps-openstacknode-api/${project.version}</bundle>
- </feature>
-</features>