More app BUCK file refactoring
Change-Id: I97506033c4c0cf145c558df7d4f86f37c7fe8332
diff --git a/apps/reactive-routing/BUCK b/apps/reactive-routing/BUCK
new file mode 100644
index 0000000..81feab9
--- /dev/null
+++ b/apps/reactive-routing/BUCK
@@ -0,0 +1,16 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//incubator/api:onos-incubator-api',
+ '//apps/routing-api:onos-apps-routing-api',
+]
+
+osgi_jar (
+ deps = COMPILE_DEPS,
+)
+
+onos_app (
+ title = 'SDN-IP Reactive Routing App',
+ category = 'Traffic Steering',
+ url = 'http://onosproject.org',
+ description = 'SDN-IP reactive routing application.',
+)