mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
Import code from internal repository to git
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package(
|
||||
default_visibility = ["//java/com/google/domain/registry:registry_project"],
|
||||
)
|
||||
|
||||
|
||||
filegroup(
|
||||
name = "xml_schema_files",
|
||||
srcs = glob(["xsd/*.xsd"]),
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "xml",
|
||||
srcs = glob(["*.java"]),
|
||||
resources = [":xml_schema_files"],
|
||||
deps = [
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
"//java/com/google/common/io",
|
||||
"//third_party/java/joda_time",
|
||||
"//third_party/java/jsr305_annotations",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user