mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +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.
7 lines
154 B
Text
7 lines
154 B
Text
package(default_visibility = ["//java/com/google/domain/registry:registry_project"])
|
|
|
|
|
|
filegroup(
|
|
name = "html_files",
|
|
srcs = glob(["*.html"]),
|
|
)
|