Run buildifier on codebase to format BUILD files

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140362453
This commit is contained in:
mcilwain
2016-11-28 18:15:21 -05:00
committed by Ben McIlwain
parent 9129c74201
commit 2b7d580bb3
109 changed files with 404 additions and 519 deletions
+2 -3
View File
@@ -6,16 +6,15 @@ licenses(["notice"]) # Apache 2.0
load("//java/google/registry/xjc:generated_files.bzl", "pkginfo_generated_files", "xjc_generated_files")
java_library(
name = "xjc",
srcs = glob(["*.java"]) + xjc_generated_files + pkginfo_generated_files,
visibility = ["//visibility:public"],
deps = [
"//java/com/google/common/collect",
"//java/google/registry/xml",
"//third_party/java/joda_time",
"//third_party/java/jsr305_annotations",
"//java/google/registry/xml",
],
)
@@ -24,8 +23,8 @@ sh_binary(
srcs = ["list_generated_files.sh"],
data = [
"bindings.xjb",
"//third_party/java/jaxb:jaxb-xjc",
"//java/google/registry/xml:xml_schema_files",
"//third_party/java/jaxb:jaxb-xjc",
],
)