blob: b756b0ee49fae6b1c85709340f0214f126bdc307 [file] [log] [blame]
Martin Fick4d8bd382016-11-14 15:03:02 -07001load("//tools/bzl:plugin.bzl", "gerrit_plugin")
2
3gerrit_plugin(
4 name = "example-sshCommandAlias",
5 srcs = glob(["src/main/java/**/*.java"]),
6 manifest_entries = [
7 "Gerrit-PluginName: example-sshCommandAlias",
8 "Gerrit-SshModule: com.googlesource.gerrit.plugins.examples.sshcommandalias.SshModule",
9 "Implementation-Title: Example SSH Command Alias",
10 ],
11 resources = glob(["src/main/resources/**/*"]),
12)