Ray Milkey | d2d3e15 | 2016-04-25 09:28:43 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:javax.ws.rs-api', | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar_with_tests ( | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) | ||||
9 | |||||
10 | onos_app ( | ||||
11 | title = 'XOS Client App', | ||||
12 | category = 'Utility', | ||||
13 | url = 'http://onosproject.org', | ||||
14 | description = 'XOS client service', | ||||
15 | ) |