gerrit/gerrit-launcher/BUCK
Dave Borowitz 3533a9bd38 Clarify that GerritLauncher must be a self-contained class
Change-Id: I0ec14c0c6038b50f49feaf42bec63bb0bab90e56
2014-02-04 14:48:26 -08:00

12 lines
340 B
Python

# NOTE: GerritLauncher must be a single, self-contained class. Do not add any
# additional srcs or deps to this rule.
java_library(
name = 'launcher',
srcs = ['src/main/java/com/google/gerrit/launcher/GerritLauncher.java'],
visibility = [
'//gerrit-acceptance-tests/...',
'//gerrit-main:main_lib',
'//gerrit-pgm:',
],
)