blob: 239b00fc6432b27f5998e6ace88d3b3e2795ef6d [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "project-download-commands",
srcs = glob(["src/main/java/**/*.java"]),
resources = glob(["src/main/resources/**/*"]),
manifest_entries = [
"Gerrit-PluginName: project-download-commands",
"Gerrit-Module: com.googlesource.gerrit.plugins.download.command.project.Module",
"Implementation-Title: Project download command plugin",
"Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/project-download-commands",
],
)