mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Use zip_rule() for EAR/WAR deploy archives
These build rules allow Bazel to generate the .ear and .war files which appcfg.sh (a tool that comes with the App Engine SDK) can then use to perform a deployment. Included in this CL are configurations for five separate production environments: production, sandbox, alpha, crash, and local. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129163010
This commit is contained in:
7
java/google/registry/env/common/BUILD
vendored
7
java/google/registry/env/common/BUILD
vendored
@@ -1,7 +0,0 @@
|
||||
package(
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
package(
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
exports_files(glob(["WEB-INF/*"]))
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
package(
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
exports_files(glob(["WEB-INF/*"]))
|
||||
|
||||
|
||||
9
java/google/registry/env/common/tools/BUILD
vendored
9
java/google/registry/env/common/tools/BUILD
vendored
@@ -1,9 +0,0 @@
|
||||
package(
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
exports_files(glob(["WEB-INF/*"]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user