blob: bc753afa3d95ba93ebb82c95b49f6d7f18a69690 [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
MODULE = 'com.googlesource.gerrit.plugins.github.profile'
gerrit_plugin(
name = 'github-profile',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/**/*']),
manifest_entries = [
'Gerrit-PluginName: github-profile',
'Gerrit-Module: com.googlesource.gerrit.plugins.github.profile.Module',
'Implementation-Title: GitHub Profile',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/github-profile',
],
)