Sign in
gerrit
/
plugins
/
task
/
4dcccd73d1a34ac9fe25db2be778a160a52a898f
/
.
/
tools
/
eclipse
/
BUILD
blob: 0d01f38515a4519a59a7ba383138d705980e3d80 [
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
+
[
"//:task__plugin"
,
],
)