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