• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • apps
  • cordconfig
  • BUCK
  • Thomas Vachuska's avatar
    Fixing a few buck files. · 703f96dc ...
    703f96dc
    Change-Id: I4087204743eadee57fcd018bcaf6c759a26c1e77
    Thomas Vachuska authored 2016-05-02 18:45:32 +0000
BUCK 260 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 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.',
)