Sign in
gerrit
/
plugins
/
batch
/
73ef3c39131b9b8f1d22384eaddc443b82efa0ba
/
.
/
tools
/
eclipse
/
BUILD
blob: 110faeff1ac0035a8b2ee20fe3ddc996d39bdca0 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:plugin.bzl"
,
"PLUGIN_DEPS"
)
load
(
"//tools/bzl:classpath.bzl"
,
"classpath_collector"
)
classpath_collector
(
name
=
"main_classpath_collect"
,
deps
=
PLUGIN_DEPS
+
[
"//:batch__plugin"
,
],
)