Sign in
gerrit
/
plugins
/
serviceuser
/
4bac1462a53893fc590573b535a9ed9556f8cd69
/
.
/
tools
/
eclipse
/
BUILD
blob: a38b222614f1059e1947e002098620a319a99971 [
file
] [
log
] [
blame
]
load
(
"//tools/bzl:classpath.bzl"
,
"classpath_collector"
)
load
(
"//tools/bzl:plugin.bzl"
,
"PLUGIN_DEPS"
)
classpath_collector
(
name
=
"main_classpath_collect"
,
testonly
=
1
,
deps
=
PLUGIN_DEPS
+
[
"//:serviceuser__plugin"
,
],
)