blob: d0082010676b59da789cf1a64533932348bb408c [file] [log] [blame]
Zayne Khouja47557152016-07-20 13:50:05 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/pce/app:onos-apps-pce-app',
4 '//cli:onos-cli',
5 '//lib:org.apache.karaf.shell.console',
6 '//core/api:onos-api',
7 '//incubator/api:onos-incubator-api',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12)
13
14onos_app (
15 title = 'PCE web application',
16 category = 'Utility',
17 url = 'http://onosproject.org',
18 description = 'Allows the user to visualize different types of paths between network entities',
19)