blob: 17b8feeb15ea1cb342c4c83b6735781fb870218a [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',
'Implementation-Title: Plugin admin-console',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/admin-console',
]
)