• 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
  • cip
  • BUCK
  • Ray Milkey's avatar
    Remove all references to java_library in the source BUCK build. · 1aaffb75 ...
    1aaffb75
    Change-Id: Ie0e8753b62aeff9c4b5476b0108d05e92e3decdb
    Ray Milkey authored 2016-05-02 15:52:04 -0700
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 = 'Cluster IP alias App',
    category = 'Utility',
    url = 'http://onosproject.org',
    description = 'ONOS Cluster IP alias application.',
)