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