blob: 18c2ec77d63e272a4bdf28fde3fa792fd1c8b3bf [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "example-restApiCommandOption",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: example-restApiCommandOption",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.examples.restapicommandoption.HttpModule",
"Implementation-Title: Example Simple REST Command Option",
],
resources = glob(["src/main/resources/**/*"]),
)