| gerrit_plugin( | |
| name = 'ref-protection', | |
| srcs = glob(['src/main/java/**/*.java']), | |
| resources = glob(['src/main/resources/**/*']), | |
| manifest_entries = [ | |
| 'Implementation-Title: Ref Protection plugin', | |
| 'Implementation-URL: http://review-plus.sonyericsson.net/#/admin/projects/gerrit/plugins/ref-protection', | |
| 'Gerrit-PluginName: ref-protection', | |
| 'Gerrit-Module: com.googlesource.gerrit.plugins.refprotection.RefProtectionModule' | |
| ], | |
| ) |