mirror of
https://github.com/google/nomulus
synced 2026-01-05 13:07:04 +00:00
Make additional targets publicly visible
The admin console needs public visibility for additional targets. //java/com/google/domain/registry/tools/params - Needed for the Whois test server //java/com/google/domain/registry/whois - Needed for reusing WhoisHttpServer in the whois appengine module //javatests/com/google/domain/registry/server - Needed for the Whois test server
This commit is contained in:
@@ -5,6 +5,7 @@ package(
|
||||
|
||||
java_library(
|
||||
name = "params",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["*.java"]),
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
|
||||
@@ -7,6 +7,7 @@ java_library(
|
||||
name = "whois",
|
||||
srcs = glob(["*.java"]),
|
||||
resources = ["disclaimer.txt"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
|
||||
Reference in New Issue
Block a user