Hyunsun Moon 7170129644 Fixed duplicate package issue and javaDoc warnings
Change-Id: I3c6456b650516e978e446471a3ffc7b693dab9c4
2016-05-12 22:30:58 -07:00

15 lines
237 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Scalable GW App',
category = 'Utility',
url = 'http://onosproject.org',
description = 'Scalable gateway service',
)