aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules/appengine/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_rules/appengine/BUILD')
-rw-r--r--tools/build_rules/appengine/BUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/build_rules/appengine/BUILD b/tools/build_rules/appengine/BUILD
deleted file mode 100644
index 235ebf0873..0000000000
--- a/tools/build_rules/appengine/BUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# A target to ensure the servlet-api is not linked in the webapp.
-java_library(
- name = "javax.servlet.api",
- neverlink = 1,
- visibility = ["//visibility:public"],
- exports = ["@javax_servlet_api//jar:jar"],
-)
-
-filegroup(
- name = "runner_template",
- srcs = ["appengine_runner.sh.template"],
- visibility = ["//visibility:public"],
-)
-
-filegroup(
- name = "deploy_template",
- srcs = ["appengine_deploy.sh.template"],
- visibility = ["//visibility:public"],
-)
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//tools:__pkg__"],
-)