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