blob: 9afbab31cbeb0898578d876358b80abef141aed1 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
Ray Milkey1aaffb72016-05-02 11:20:20 -07005osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007)
8
Ray Milkey1aaffb72016-05-02 11:20:20 -07009onos_app (
10 title = 'Cluster IP alias App',
11 category = 'Utility',
12 url = 'http://onosproject.org',
13 description = 'ONOS Cluster IP alias application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014)