| James Melvin | d60a156 | 2017-03-15 14:03:46 -0600 | [diff] [blame] | 1 | load("//tools/bzl:plugin.bzl", "gerrit_plugin") |
| 2 | |
| 3 | gerrit_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 | ) |