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