Sign in
gerrit
/
plugins
/
serviceuser
/
b619bf04e3737a43c37c5c180dcc0a507db3a20a
/
.
/
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"
,
],
)