blob: d646b8fc6694c14b244b7af739f5ebc106bfe0cc [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
MODULE = "com.googlesource.gerrit.plugins.examples.wuipluginscreen.HelloForm"
gerrit_plugin(
name = "example-wuiPluginScreen",
srcs = glob(["src/main/java/**/*.java"]),
gwt_module = MODULE,
manifest_entries = [
"Gerrit-PluginName: example-wuiPluginScreen",
"Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuipluginscreen.Module",
"Implementation-Title: Example Plugin Screen Extension",
],
resources = glob(["src/main/**/*"]),
)