• 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
  • scalablegateway
  • app
  • BUCK
  • Thomas Vachuska's avatar
    Changing onos buck alias to include package generation. · d1962b72 ...
    d1962b72
    Fixing buck build of scalablegateway app.
    
    Change-Id: I165bdf38682f694667678adc6a9d835c50b48ed3
    Thomas Vachuska authored 2016-05-04 17:24:00 -0700
BUCK 227 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//apps/scalablegateway/api:onos-apps-scalablegateway-api',
]

TEST_DEPS = [
    '//lib:TEST_ADAPTERS',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
    test_deps = TEST_DEPS,
)