blob: 07b9292cfc2b71f4065dc82cb7eff0f6a70e63e9 [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
gerrit_plugin(
name = 'example-validationListenerUpload',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/**/*']),
manifest_entries = [
'Gerrit-PluginName: example-validationListenerUpload',
'Gerrit-Module: com.googlesource.gerrit.plugins.examples.validationlistenerupload.Module',
'Implementation-Title: Example Validation Listener Upload',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples',
],
)
java_library(
name = 'classpath',
deps = [':example-validationListenerUpload__plugin'],
)