mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 04:29:39 +02:00
Import code from internal repository to git
This commit is contained in:
commit
0ef0c933d2
2490 changed files with 281594 additions and 0 deletions
13
java/com/google/domain/registry/ui/forms/BUILD
Normal file
13
java/com/google/domain/registry/ui/forms/BUILD
Normal file
|
@ -0,0 +1,13 @@
|
|||
package(default_visibility = ["//java/com/google/domain/registry:registry_project"])
|
||||
|
||||
|
||||
java_library(
|
||||
name = "forms",
|
||||
srcs = glob(["*.java"]),
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
"//third_party/java/jsr305_annotations",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue