mirror of
https://github.com/google/nomulus
synced 2026-07-29 19:42:47 +00: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.
12 lines
232 B
Python
12 lines
232 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
|
package_group(
|
|
name = "registry_project",
|
|
packages = [
|
|
"//java/com/google/domain/registry/...",
|
|
"//javatests/com/google/domain/registry/...",
|
|
],
|
|
)
|
|
|