mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
This is so Donuts can create entirely separate Bazel repositories that link against the Domain Registry codebase. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116182448
14 lines
396 B
Text
14 lines
396 B
Text
package(default_visibility = ["//java/com/google/domain/registry:registry_project"])
|
|
|
|
|
|
java_library(
|
|
name = "forms",
|
|
srcs = glob(["*.java"]),
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//java/com/google/common/annotations",
|
|
"//java/com/google/common/base",
|
|
"//java/com/google/common/collect",
|
|
"//third_party/java/jsr305_annotations",
|
|
],
|
|
)
|