blob: 8ea388bd98afc799694e4e6d1480a5d4caad4752 [file] [log] [blame]
Martin Ficka4ffb952016-11-14 16:04:42 -07001load("//tools/bzl:plugin.bzl", "gerrit_plugin")
2
3gerrit_plugin(
4 name = "example-webLinkProject",
5 srcs = glob(["src/main/java/**/*.java"]),
6 manifest_entries = [
7 "Gerrit-PluginName: example-webLinkProject",
8 "Gerrit-Module: com.googlesource.gerrit.plugins.examples.weblinkproject.Module",
9 "Implementation-Title: Example Web Link Project",
10 ],
11 resources = glob(["src/main/resources/**/*"]),
12)