gerrit/tools/bzl/plugins.bzl
David Ostrovsky 64e1aff339 Bazel: Generate source dir for plugins in eclipse classpath
Change-Id: I9f71808b2ce6b29523143bcc98de4a5f50a5dc94
2016-11-25 09:58:39 +00:00

13 lines
188 B
Python

CORE_PLUGINS = [
'commit-message-length-validator',
'download-commands',
'hooks',
'replication',
'reviewnotes',
'singleusergroup',
]
CUSTOM_PLUGINS = [
'cookbook-plugin',
]