David Ostrovsky | b81b4f7 | 2016-05-21 19:55:01 +0200 | [diff] [blame] | 1 | # NOTE: GerritLauncher must be a single, self-contained class. Do not add any |
2 | # additional srcs or deps to this rule. | ||||
3 | java_library( | ||||
4 | name = 'launcher', | ||||
5 | srcs = ['src/main/java/com/google/gerrit/launcher/GerritLauncher.java'], | ||||
6 | visibility = ['//visibility:public'], | ||||
7 | ) |