blob: 484376f5a0949b943cda99092b0b24658435a6d0 [file] [log] [blame]
Martin Fick0959a0a2017-01-26 12:38:46 -07001load("//tools/bzl:plugin.bzl", "gerrit_plugin")
2
3gerrit_plugin(
4 name = "example-restApiPostProject",
5 srcs = glob(["src/main/java/**/*.java"]),
6 manifest_entries = [
7 "Gerrit-PluginName: example-restApiPostProject",
8 "Gerrit-Module: com.googlesource.gerrit.plugins.examples.restapipostproject.Module",
9 "Implementation-Title: Example Rest Api Post Project",
10 ],
11 resources = glob(["src/main/resources/**/*"]),
12)