Committed by
Ray Milkey
Fix application name and description in BUCK file
Change-Id: I26aa0cd81629f0b94df47dae1f74244096cf5e25
Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -5,7 +5,6 @@ COMPILE_DEPS = [ | ... | @@ -5,7 +5,6 @@ COMPILE_DEPS = [ |
5 | '//cli:onos-cli', | 5 | '//cli:onos-cli', |
6 | '//incubator/api:onos-incubator-api', | 6 | '//incubator/api:onos-incubator-api', |
7 | '//utils/rest:onlab-rest', | 7 | '//utils/rest:onlab-rest', |
8 | - | ||
9 | ] | 8 | ] |
10 | 9 | ||
11 | TEST_DEPS = [ | 10 | TEST_DEPS = [ |
... | @@ -18,8 +17,8 @@ osgi_jar_with_tests ( | ... | @@ -18,8 +17,8 @@ osgi_jar_with_tests ( |
18 | ) | 17 | ) |
19 | 18 | ||
20 | onos_app ( | 19 | onos_app ( |
21 | - title = 'Proxy ARP/NDP App', | 20 | + title = 'Segment Routing App', |
22 | category = 'Traffic Steering', | 21 | category = 'Traffic Steering', |
23 | url = 'http://onosproject.org', | 22 | url = 'http://onosproject.org', |
24 | - description = 'Proxy ARP/NDP application.', | 23 | + description = 'Segment routing application.', |
25 | ) | 24 | ) | ... | ... |
-
Please register or login to post a comment