Merge branch 'stable-2.14'

* stable-2.14:
  Remove classpath target

Change-Id: Iea02b45d840207e4996c302193af3300efff3e32
diff --git a/WORKSPACE b/WORKSPACE
index bdb776e..775b8c9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "87908ae95402aa78dcb29075a7822509c9d04af6",
+    commit = "f2e78d4042490178a9cc1da59fc590dec55278cb",
     #    local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/tools/eclipse/BUILD b/tools/eclipse/BUILD
index 84e079c..25b845e 100644
--- a/tools/eclipse/BUILD
+++ b/tools/eclipse/BUILD
@@ -5,16 +5,9 @@
 )
 load("//tools/bzl:classpath.bzl", "classpath_collector")
 
-CP_DEPS = PLUGIN_DEPS + GWT_PLUGIN_DEPS + [
-    "//:reviewers__plugin",
-]
-
-java_library(
-    name = "classpath",
-    runtime_deps = CP_DEPS,
-)
-
 classpath_collector(
     name = "main_classpath_collect",
-    deps = CP_DEPS,
+    deps = PLUGIN_DEPS + GWT_PLUGIN_DEPS + [
+        "//:reviewers__plugin",
+    ],
 )