blob: fae4e9fdbfa07e3e902b7322a7df90378d6b8116 [file] [log] [blame]
load(
"//tools/bzl:plugin.bzl",
"GWT_PLUGIN_DEPS",
)
load("//tools/bzl:classpath.bzl", "classpath_collector")
classpath_collector(
name = "main_classpath_collect",
testonly = 1,
deps = GWT_PLUGIN_DEPS + [
"//external:gwt-dev",
"//external:gwt-user",
],
)