commit | 0c36f1f74a8a080aceed3fe6115b92ebc7a9916f | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Mon Aug 21 08:24:33 2017 +0200 |
committer | Dave Borowitz <dborowitz@google.com> | Tue Oct 31 11:02:36 2017 -0400 |
tree | b10a4d35afcb33cc91c00c7bad8c1d3962d4fb4f | |
parent | 2f9d9877b9cde69c0b711b28af579f01873dd3eb [diff] [blame] |
Move gerrit-index/antlr3 sources to top-level antlr3 directory Change-Id: I75d6bc4d7af2cb17622ef0f722f88f068509cb46
diff --git a/lib/antlr/BUILD b/lib/antlr/BUILD index 37a354e..3642b90 100644 --- a/lib/antlr/BUILD +++ b/lib/antlr/BUILD
@@ -22,7 +22,7 @@ name = "antlr-tool", jvm_flags = ["-XX:-UsePerfData"], main_class = "org.antlr.Tool", - visibility = ["//gerrit-index:__pkg__"], + visibility = ["//antlr3:__pkg__"], runtime_deps = [":tool"], )