mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 21:47:51 +02:00
Remove the GoogleInternal designator on the premium/reserved list tests, move the lists themselves under the config/files directory, and fix all of the surrounding infrastructure. The lists do not get exported. Only the "example.txt" list does, allowing the test to function on the open source build. TESTED: Verified that the gradle build works and that only the example.txt file is exported. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229940659
10 lines
186 B
Text
10 lines
186 B
Text
licenses(["notice"]) # Apache 2.0
|
|
|
|
package(
|
|
default_visibility = ["//java/google/registry:registry_project"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "all_lists",
|
|
srcs = glob(["**/*.txt"]),
|
|
)
|