blob: 40fe52ccdc915a429ec47f7fed4b76025ecd6aee [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
gerrit_plugin(
name = 'zuul',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/**/*']),
gwt_module = 'com.googlesource.gerrit.plugins.zuul.Zuul',
manifest_entries = [
'Gerrit-PluginName: zuul',
'Gerrit-ApiType: plugin',
'Gerrit-ApiVersion: 2.13-SNAPSHOT',
'Gerrit-Module: com.googlesource.gerrit.plugins.zuul.Module',
'Gerrit-HttpModule: com.googlesource.gerrit.plugins.zuul.HttpModule',
],
)
# this is required for bucklets/tools/eclipse/project.py to work
java_library(
name = 'classpath',
deps = [':zuul__plugin'],
)