1
0
mirror of https://github.com/google/nomulus synced 2026-07-20 06:52:27 +00:00

Make essential Bazel packages publicly visible

This allows separate Bazel projects to reference Nomulus as an external
repository. They can then copy the []
directory structure into their own project and customize the Action
and Module lists for the GAE modules in their own deployment.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136863886
This commit is contained in:
jart
2016-10-21 13:03:48 -07:00
committed by Ben McIlwain
parent 38a3d038c0
commit 2e81de9954
43 changed files with 125 additions and 146 deletions
+1
View File
@@ -69,6 +69,7 @@ zip_file(
java_library(
name = "ui",
srcs = glob(["*.java"]),
visibility = ["//visibility:public"],
deps = [
"//java/com/google/common/base",
"//third_party/java/appengine:appengine-api",
+1 -2
View File
@@ -1,5 +1,5 @@
package(
default_visibility = ["//java/google/registry:registry_project"],
default_visibility = ["//visibility:public"],
)
licenses(["notice"]) # Apache 2.0
@@ -8,7 +8,6 @@ licenses(["notice"]) # Apache 2.0
java_library(
name = "forms",
srcs = glob(["*.java"]),
visibility = ["//visibility:public"],
deps = [
"//java/com/google/common/annotations",
"//java/com/google/common/base",
@@ -1,5 +1,5 @@
package(
default_visibility = ["//java/google/registry:registry_project"],
default_visibility = ["//visibility:public"],
)
licenses(["notice"]) # Apache 2.0
@@ -12,7 +12,6 @@ java_library(
"//java/google/registry/ui/css:registrar_bin.css.js",
"//java/google/registry/ui/css:registrar_dbg.css.js",
],
visibility = ["//visibility:public"],
deps = [
"//java/com/google/common/annotations",
"//java/com/google/common/base",