Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI |
2 | |||||
3 | osgi_jar_with_tests( | ||||
4 | deps = COMPILE_DEPS, | ||||
5 | ) | ||||
6 | |||||
7 | onos_app( | ||||
8 | app_name = "org.onosproject.intentsynchronizer", | ||||
9 | category = "Utility", | ||||
10 | description = "Synchronizes intents to the intent framework from a single instance", | ||||
11 | title = "Intent Synchronizer", | ||||
12 | url = "http://onosproject.org", | ||||
13 | ) |