blob: 45a2bbbc3e343381cfd78af5c2e25f9aac0076a7 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "zuul",
srcs = glob(["src/main/java/**/*.java"]),
resources = glob(["src/main/**/*"]),
gwt_module = 'com.googlesource.gerrit.plugins.zuul.Zuul',
manifest_entries = [
"Gerrit-PluginName: zuul",
"Gerrit-Module: com.googlesource.gerrit.plugins.zuul.Module",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.zuul.HttpModule",
],
)