• 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
  • utils
  • rest
  • BUCK
  • Ray Milkey's avatar
    Top level build of component Javadocs · 2a749835 ...
    2a749835
    Change-Id: Iceb2a7c84b3dd0b354b27f93a0f746913cd9b778
    Ray Milkey authored 2016-08-03 09:38:07 -0700
BUCK 270 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
COMPILE_DEPS = [
    '//lib:COMPILE',
    '//utils/osgi:onlab-osgi',
    '//utils/misc:onlab-misc',
    '//lib:javax.ws.rs-api',
    '//lib:jersey-server',
]

osgi_jar_with_tests (
    name = 'onlab-rest',
    deps = COMPILE_DEPS,
    package_name_root = 'org.onlab',
)