Pingping Lin
Committed by Gerrit Code Review

change the reactive routing app name

There is already a onos-app-routing. It is confusing if this APP name
is org.onosproject.routing. So the full name:
org.onosproject.reactive.routing is better.

Change-Id: Ice20f8d452007d5ebfdfd12771f87a967a34b8ea
......@@ -32,7 +32,7 @@
<description>SDN-IP reactive routing application</description>
<properties>
<onos.app.name>org.onosproject.routing</onos.app.name>
<onos.app.name>org.onosproject.reactive.routing</onos.app.name>
</properties>
<dependencies>
......