blob: bd262fb37e60962ad6001877fcb8ed841df950af [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
MODULE = "com.googlesource.gerrit.plugins.examples.wuiprofileextensionbottom.HelloForm"
gerrit_plugin(
name = 'example-wuiProfileExtensionBottom',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/**/*']),
gwt_module = MODULE,
manifest_entries = [
'Gerrit-PluginName: example-wuiProfileExtensionBottom',
'Gerrit-Module: com.googlesource.gerrit.plugins.examples.wuiprofileextensionbottom.Module',
'Implementation-Title: Example Profile Extension Bottom',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples',
],
)
java_library(
name = 'classpath',
deps = [':example-wuiProfileExtensionBottom__plugin'],
)