mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02: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:
parent
a063508b5b
commit
cfe153e735
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ package(
|
||||||
|
|
||||||
java_library(
|
java_library(
|
||||||
name = "params",
|
name = "params",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
srcs = glob(["*.java"]),
|
srcs = glob(["*.java"]),
|
||||||
deps = [
|
deps = [
|
||||||
"//java/com/google/common/annotations",
|
"//java/com/google/common/annotations",
|
||||||
|
|
|
@ -7,6 +7,7 @@ java_library(
|
||||||
name = "whois",
|
name = "whois",
|
||||||
srcs = glob(["*.java"]),
|
srcs = glob(["*.java"]),
|
||||||
resources = ["disclaimer.txt"],
|
resources = ["disclaimer.txt"],
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"//java/com/google/common/annotations",
|
"//java/com/google/common/annotations",
|
||||||
"//java/com/google/common/base",
|
"//java/com/google/common/base",
|
||||||
|
|
|
@ -3,6 +3,7 @@ package(default_visibility = ["//java/com/google/domain/registry:registry_projec
|
||||||
|
|
||||||
java_library(
|
java_library(
|
||||||
name = "TestServer",
|
name = "TestServer",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
srcs = [
|
srcs = [
|
||||||
"HealthzServlet.java",
|
"HealthzServlet.java",
|
||||||
"Route.java",
|
"Route.java",
|
||||||
|
|
Loading…
Add table
Reference in a new issue