mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
11 lines
232 B
Text
11 lines
232 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
|
package_group(
|
|
name = "registry_project",
|
|
packages = [
|
|
"//java/com/google/domain/registry/...",
|
|
"//javatests/com/google/domain/registry/...",
|
|
],
|
|
)
|
|
|