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