mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Integrate: Eclipse file generation script
This commit is contained in:
@@ -2,6 +2,8 @@ package(
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
java_binary(
|
||||
name = "annotation_processors_ide",
|
||||
create_executable = False,
|
||||
|
||||
@@ -19,6 +19,7 @@ java_library(
|
||||
"*.java",
|
||||
"**/*.java",
|
||||
]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
@@ -48,5 +49,4 @@ java_library(
|
||||
"//java/google/registry/util",
|
||||
"//java/google/registry/xml",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
@@ -11,9 +11,9 @@ licenses(["notice"]) # Apache 2.0
|
||||
package_group(
|
||||
name = "allowed-tools",
|
||||
packages = [
|
||||
"//java/google/registry/eclipse",
|
||||
"//java/google/registry/testing",
|
||||
"//java/google/registry/tools",
|
||||
"//java/google/registry/eclipse",
|
||||
"//javatests/google/registry/tools",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -10,6 +10,7 @@ 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",
|
||||
@@ -41,5 +42,4 @@ java_library(
|
||||
|
||||
"//third_party/closure/templates",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user