blob: 54fa135dcb0fe002ad971b2f489492857a14e25e [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 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
Ray Milkey446f4462017-08-17 15:36:01 -07006 '//lib:joda-time',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007]
8
Ray Milkey1aaffb72016-05-02 11:20:20 -07009osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011 resources_root = 'src/main/resources',
12 resources = glob(['src/main/resources/**']),
13)
14
Ray Milkey1aaffb72016-05-02 11:20:20 -070015onos_app (
16 title = 'Event History App',
17 category = 'Utility',
18 url = 'http://onosproject.org',
19 description = 'App to display ONOS event history.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080020)