blob: 7bd1c17b8cf54c398da33befb7ec357e72435fd3 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004]
5
Ray Milkeyf9a76972016-04-12 09:47:12 -07006osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 resources_root = 'src/main/resources',
9 resources = glob(['src/main/resources/**']),
10)
11
Ray Milkeyf9a76972016-04-12 09:47:12 -070012onos_app (
13 title = 'Path Visualization App',
14 category = 'Utility',
15 url = 'http://onosproject.org',
16 description = 'Path visualization application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017)