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 | 29c962c | 2018-10-03 13:45:29 -0700 | [diff] [blame] | 4 | karaf_command_packages = ["org.onosproject.flowanalyzer"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | resources = glob(["src/main/resources/**"]), |
| 6 | resources_root = "src/main/resources", |
| 7 | test_deps = TEST_ADAPTERS, |
| 8 | deps = COMPILE_DEPS, |
| 9 | ) |
| 10 | |
| 11 | onos_app( |
| 12 | category = "Monitoring", |
| 13 | description = "Simple flow space analyzer.", |
| 14 | title = "Flow Space Analysis", |
| 15 | url = "http://onosproject.org", |
| 16 | ) |