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 @@ ...@@ -32,7 +32,7 @@
32 <description>SDN-IP reactive routing application</description> 32 <description>SDN-IP reactive routing application</description>
33 33
34 <properties> 34 <properties>
35 - <onos.app.name>org.onosproject.routing</onos.app.name> 35 + <onos.app.name>org.onosproject.reactive.routing</onos.app.name>
36 </properties> 36 </properties>
37 37
38 <dependencies> 38 <dependencies>
......