blob: fd1aed5a38c955dc9909dd525ec57dc9fcb0c24e [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
Ray Milkeyf9a76972016-04-12 09:47:12 -07005osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007 resources_root = 'src/main/resources',
8 resources = glob(['src/main/resources/**']),
9)
10
Ray Milkeyf9a76972016-04-12 09:47:12 -070011onos_app (
12 title = 'Path Visualization App',
13 category = 'Utility',
14 url = 'http://onosproject.org',
15 description = 'Path visualization application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016)