mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
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:
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user