bazel file formatting

Change-Id: Ib19ee630e383250b0e0ba43e6d864ff727069fab
This commit is contained in:
Ray Milkey 2018-08-09 09:20:06 -07:00
parent 74d28d8f7c
commit a01809a018
5 changed files with 11 additions and 11 deletions

View File

@ -4,6 +4,6 @@ COMPILE_DEPS = CORE_DEPS + CLI + [
]
osgi_jar_with_tests(
import_packages = "*,org.onosproject.cli.net",
deps = COMPILE_DEPS,
import_packages = '*,org.onosproject.cli.net',
)

View File

@ -2,6 +2,6 @@ COMPILE_DEPS = CORE_DEPS + [
"@kafka_clients//jar",
]
osgi_jar_with_tests (
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)
)

View File

@ -37,8 +37,8 @@ osgi_jar_with_tests(
api_version = "1.0",
bundle_classpath = get_openstack4j_deps_path() + get_jackson_deps_path(),
import_packages = INCLUDE_PACKAGES + "," + EXCLUDE_PACKAGES + "," + ALL_PACKAGES,
test_deps = TEST_DEPS,
medium_tests = ["src/test/java/org/onosproject/openstacknetworking/util/OpenstackNetworkingUtilTest"],
test_deps = TEST_DEPS,
web_context = "/onos/openstacknetworking",
deps = COMPILE_DEPS,
)

View File

@ -6,15 +6,15 @@ TEST_DEPS = TEST_ADAPTERS + [
"//utils/osgi:onlab-osgi-tests",
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
osgi_jar_with_tests(
test_deps = TEST_DEPS,
deps = COMPILE_DEPS,
)
onos_app (
onos_app(
app_name = "org.onosproject.hostprobingprovider",
title = "Host Probing Provider",
category = "Provider",
url = "http://onosproject.org",
description = "Provides host probing mechanism that discovers or verifies the existence of a host at specific location",
title = "Host Probing Provider",
url = "http://onosproject.org",
)

View File

@ -182,9 +182,9 @@ osgi_feature(
# ],
#)
osgi_feature (
osgi_feature(
name = "onos-security",
description ="Security-Mode ONOS",
description = "Security-Mode ONOS",
included_bundles = [
"@org_apache_felix_framework_security//jar",
"//core/security:onos-security",