Skip to content

Commit

Permalink
Add a bootstrap tomcat_annotations_api target
Browse files Browse the repository at this point in the history
Change-Id: I830f42ad0fce63df504618e333a77f9cca15b7d5
  • Loading branch information
cushon authored and damienmg committed Oct 3, 2017
1 parent 67d8174 commit 74776b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 74776b4

Please sign in to comment.