blob: 64d9577000b00b627c7a4b54eb12fca3f49777ef [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 + [
"//:websession-flatfile__plugin",
],
)