Removed app.xml and updated pom.xml with the onos.app.name property
Change-Id: I917902f8f9c17f801a4f8e33973aaf00e38f420e
diff --git a/mfwd/app.xml b/mfwd/app.xml
deleted file mode 100644
index f9e057b..0000000
--- a/mfwd/app.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Copyright 2015 Open Networking Laboratory
- ~
- ~ 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.mfwd" origin="ON.Lab" version="${project.version}"
- featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
- features="${project.artifactId}">
- <description>${project.description}</description>
- <artifact>mvn:${project.groupId}/${project.artifactId}/${project.version}</artifact>
-</app>
-
diff --git a/mfwd/pom.xml b/mfwd/pom.xml
index dae1733..d2760ce 100644
--- a/mfwd/pom.xml
+++ b/mfwd/pom.xml
@@ -31,6 +31,10 @@
<description>Multicast forwarding application</description>
+ <properties>
+ <onos.app.name>org.onosproject.mfwd</onos.app.name>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.onosproject</groupId>