blob: 9035d4c125d9d200947b81c587d4035ca8918999 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
MODULE = "com.googlesource.gerrit.plugins.examples.wuichangescreenbelowchangeinfoblock.HelloForm"
gerrit_plugin(
name = "example-wuiChangeScreenBelowChangeInfoBlock",
srcs = glob(["src/main/java/**/*.java"]),
gwt_module = MODULE,
manifest_entries = [
"Gerrit-PluginName: example-wuiChangeScreenBelowChangeInfoBlock",
"Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuichangescreenbelowchangeinfoblock.Module",
"Implementation-Title: Example Change Screen Extension Below Change Info Block",
],
resources = glob(["src/main/**/*"]),
)