blob: 62240f293b117f310aae55b114308501aa4c27e8 [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
gerrit_plugin(
name = 'wip',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/resources/**/*']),
manifest_entries = [
'Gerrit-PluginName: wip',
'Gerrit-Module: com.googlesource.gerrit.plugins.wip.Module',
'Gerrit-HttpModule: com.googlesource.gerrit.plugins.wip.HttpModule',
],
)
java_library(
name = 'classpath',
deps = [':wip__plugin'],
)