Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON |
| 2 | |
| 3 | osgi_jar_with_tests( |
| 4 | resources = glob(["src/main/resources/**"]), |
| 5 | resources_root = "src/main/resources", |
| 6 | deps = COMPILE_DEPS, |
| 7 | ) |
| 8 | |
| 9 | onos_app( |
| 10 | category = "GUI", |
| 11 | description = "Extends the GUI topology view by adding an overlay that allows the operator " + |
| 12 | "to visualize topology paths using various forms of path-finding algorithms such as " + |
| 13 | "the Dijkstra shortest path using default link metric (ONOS default), using geographic " + |
| 14 | "distances, disjoint paths, etc.", |
| 15 | title = "Path Visualization", |
| 16 | url = "http://onosproject.org", |
| 17 | ) |