blob: afcb8aefad4db76e7165f4687215ec6d0975e4cc [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
gerrit_plugin(
name = 'example-sshCommandDelegateDynamicBean',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/**/*']),
manifest_entries = [
'Gerrit-PluginName: example-sshCommandDelegateDynamicBean',
'Gerrit-SshModule: com.googlesource.gerrit.plugins.examples.sshcommanddelegatedynamicbean.SshModule',
'Implementation-Title: Example SSH Command Delegate Dynamic Bean',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples',
],
)
java_library(
name = 'classpath',
deps = [':example-sshCommandDelegateDynamicBean__plugin'],
)