blob: 5ef4992e6f468aeae8c698c5c030aa4c5480be7e [file] [log] [blame]
James Melvind60a1562017-03-15 14:03:46 -06001load("//tools/bzl:plugin.bzl", "gerrit_plugin")
2
3gerrit_plugin(
4 name = "example-deployedOnIncludedInExtension",
5 srcs = glob(["src/main/java/**/*.java"]),
6 manifest_entries = [
7 "Gerrit-PluginName: example-deployedOnIncludedInExtension",
8 "Gerrit-Module: com.googlesource.gerrit.plugins.examples.deployedonincludedinextension.Module",
9 "Implementation-Title: Example Deployed On Included-In Extension",
10 ],
11 resources = glob(["src/main/resources/**/*"]),
12)