Sign in
gerrit
/
plugins
/
messageoftheday
/
671087edbe7dbbbd60e04f5a71d7873f9ac46ddb
/
.
/
tools
/
eclipse
/
BUILD
blob: 1c9e83b6bd33418018b5bb9a7078043f8f0bddd3 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:classpath.bzl"
,
"classpath_collector"
)
load
(
"//tools/bzl:plugin.bzl"
,
"PLUGIN_DEPS"
)
classpath_collector
(
name
=
"main_classpath_collect"
,
deps
=
PLUGIN_DEPS
+
[
"//:messageoftheday__plugin"
,
],
)