blob: 939d516940f28356ebf6e33a2d901c1b658b6fef [file] [log] [blame]
gerrit_plugin(
name = 'admin-console',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/resources/**/*']),
manifest_entries = [
'Gerrit-PluginName: admin-console',
'Gerrit-SshModule: com.googlesource.gerrit.plugins.adminconsole.AdminConsoleCommandModule'
]
)