mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
Fixing a few buck files.
Change-Id: I4087204743eadee57fcd018bcaf6c759a26c1e77
This commit is contained in:
parent
d5be69f3de
commit
703f96dc42
1
BUCK
1
BUCK
@ -128,6 +128,7 @@ APPS = [
|
||||
'//apps/openstacknode:onos-apps-openstacknode-oar',
|
||||
'//apps/cpman/app:onos-apps-cpman-app-oar',
|
||||
'//apps/xosclient:onos-apps-xosclient-oar',
|
||||
'//apps/cordconfig:onos-apps-cordconfig',
|
||||
]
|
||||
|
||||
APP_JARS = [
|
||||
|
14
apps/cordconfig/BUCK
Normal file
14
apps/cordconfig/BUCK
Normal file
@ -0,0 +1,14 @@
|
||||
COMPILE_DEPS = [
|
||||
'//lib:CORE_DEPS',
|
||||
]
|
||||
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
)
|
||||
|
||||
onos_app (
|
||||
title = 'CORD Configuration',
|
||||
category = 'Utility',
|
||||
url = 'http://onosproject.org',
|
||||
description = 'CORD configuration meta application.',
|
||||
)
|
@ -5,6 +5,7 @@ COMPILE_DEPS = [
|
||||
'//lib:jersey-common',
|
||||
'//utils/rest:onlab-rest',
|
||||
'//apps/olt:onos-apps-olt-api',
|
||||
'//apps/cordconfig:onos-apps-cordconfig',
|
||||
]
|
||||
|
||||
BUNDLES = [
|
||||
|
@ -3,6 +3,7 @@ COMPILE_DEPS = [
|
||||
'//lib:org.apache.karaf.shell.console',
|
||||
'//cli:onos-cli',
|
||||
'//apps/olt:onos-apps-olt-api',
|
||||
'//apps/cordconfig:onos-apps-cordconfig',
|
||||
]
|
||||
|
||||
BUNDLES = [
|
||||
|
@ -6,6 +6,7 @@ COMPILE_DEPS = [
|
||||
'//utils/rest:onlab-rest',
|
||||
'//cli:onos-cli',
|
||||
'//core/store/serializers:onos-core-serializers',
|
||||
'//apps/cordconfig:onos-apps-cordconfig',
|
||||
]
|
||||
|
||||
BUNDLES = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user