mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
- fix javadoc longer than 80 char limit - fix javadoc that missing @params - chain calls to StringBuilder.append() - combine constant strings in place Change-Id: Ie2ef4fd4c19e955ad2d5a5584f5017a842abb790
14 lines
468 B
Python
14 lines
468 B
Python
BUNDLES = [
|
|
'//protocols/restconf/server/api:onos-protocols-restconf-server-api',
|
|
'//protocols/restconf/server/restconfmgr:onos-protocols-restconf-server-restconfmgr',
|
|
'//protocols/restconf/server/rpp:onos-protocols-restconf-server-rpp',
|
|
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'RESTCONF Server Module',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
)
|