blob: b00d0f2f7abccf3bf4c96c47a1db83e04c00c75a [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "example-webLinkFileHistory",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: example-webLinkFileHistory",
"Gerrit-Module: com.googlesource.gerrit.plugins.examples.weblinkfilehistory.Module",
"Implementation-Title: Example Web Link File History",
],
resources = glob(["src/main/resources/**/*"]),
)