commit | 6799aeb818c955a179ede043f266d9c9bdc28290 | [log] [tgz] |
---|---|---|
author | Rusty Eddy <rusty@rustyeddy.com> | Wed Apr 29 17:29:29 2015 -0400 |
committer | Brian O'Connor <bocon@onlab.us> | Wed Apr 29 22:11:22 2015 +0000 |
tree | 8ef0f0085d9bd78f191adf20c3600d38465b8a99 | |
parent | 75d9267e4e9544f8eca3549d684e8a0fcb281207 [diff] [blame] |
Removed app.xml and updated pom.xml with the onos.app.name property Change-Id: I917902f8f9c17f801a4f8e33973aaf00e38f420e
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>