blob: fd1aed5a38c955dc9909dd525ec57dc9fcb0c24e [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
resources_root = 'src/main/resources',
resources = glob(['src/main/resources/**']),
)
onos_app (
title = 'Path Visualization App',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Path visualization application.',
)