Make vRouter components into separate apps.

This allows us to leverage the ONOS app subsystem for selecting which
components to load.

CORD-710

Change-Id: Ibd7c4c1afd2caa137b44c085e7b6b5b4a1082521
diff --git a/apps/sdnip/BUCK b/apps/sdnip/BUCK
index e91ada3..0067e19 100644
--- a/apps/sdnip/BUCK
+++ b/apps/sdnip/BUCK
@@ -10,7 +10,7 @@
 BUNDLES = [
     '//apps/sdnip:onos-apps-sdnip',
     '//apps/routing-api:onos-apps-routing-api',
-    '//apps/routing:onos-apps-routing',
+    '//apps/routing/common:onos-apps-routing-common',
 ]
 
 TEST_DEPS = [