aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2017-10-02 09:58:58 -0700
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-10-03 21:22:51 +0200
commit74776b409214846aa3fe3a41a3447c6412dc046c (patch)
treee8cc7965db510066e15c364c3489ed8d4652a747 /third_party/BUILD
parent67d817405eb7ec0004bcf9178f0b18afb9ae084a (diff)
Add a bootstrap tomcat_annotations_api target
Change-Id: I830f42ad0fce63df504618e333a77f9cca15b7d5
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index d6a030d4e1..9cb2f1eed3 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -484,6 +484,12 @@ java_import(
jars = ["tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar"],
)
+# For bootstrapping JavaBuilder
+filegroup(
+ name = "tomcat_annotations_api-jars",
+ srcs = ["tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar"],
+)
+
# Testing
java_import(