blob: c59dabb9e463612038b91c5c991c144238d717a7 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "emoticons",
srcs = glob(["src/main/java/**/*.java"]),
gwt_module = "com.googlesource.gerrit.plugins.emoticons.Emoticons",
manifest_entries = [
"Gerrit-PluginName: emoticons",
"Gerrit-Module: com.googlesource.gerrit.plugins.emoticons.Module",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.emoticons.HttpModule",
],
resources = glob(
["src/main/**/*"],
exclude = ["**/*.java"],
),
)