blob: 740b3430b35b6c653b17f9c6bfa4278ef2e1dbb2 [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
gerrit_plugin(
name = 'example-webLinkBranch',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/**/*']),
manifest_entries = [
'Gerrit-PluginName: example-webLinkBranch',
'Gerrit-Module: com.googlesource.gerrit.plugins.examples.weblinkbranch.Module',
'Implementation-Title: Example WebLink Branch',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples',
],
)
java_library(
name = 'classpath',
deps = [':example-webLinkBranch__plugin'],
)