blob: 67dc67111cd23ca745cc3554e8adf826fbcd9104 [file] [log] [blame]
gerrit_plugin(
name = 'motd',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/resources/**/*']),
manifest_entries = [
'Gerrit-PluginName: motd',
'Gerrit-Module: com.googlesource.gerrit.plugins.motd.Module',
'Implementation-Title: Message of the Day',
'Implementation-URL: https://gerrit.googlesource.com/plugins/motd',
],
# Deps shared with Gerrit but not in the plugin API.
provided_deps = [
'//lib/jgit:jgit',
'//lib/commons:net',
],
)