mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 23:42:12 +02: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:
parent
38a3d038c0
commit
2e81de9954
43 changed files with 125 additions and 146 deletions
|
@ -1,6 +1,6 @@
|
|||
package(
|
||||
default_testonly = 1,
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
@ -20,7 +20,6 @@ java_library(
|
|||
"//java/google/registry:env/common/default/WEB-INF/datastore-indexes.xml",
|
||||
"//java/google/registry:env/common/default/WEB-INF/queue.xml",
|
||||
] + glob(["*.csv"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package(
|
||||
default_testonly = 1,
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
@ -11,7 +11,6 @@ load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
|
|||
java_library(
|
||||
name = "mapreduce",
|
||||
srcs = glob(["*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue