Merge branch 'stable-2.14'

* stable-2.14:
  Remove classpath target

Change-Id: I24f59498469d973240d476e26fa181aef26543c1
diff --git a/WORKSPACE b/WORKSPACE
index a5d4ddb..7623903 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "70530b6a10375bbc65245f3c0582d90ac8acf05a",
+    commit = "f2e78d4042490178a9cc1da59fc590dec55278cb",
     #local_path = "/home/<user>/projects/bazlets",
 )
 
diff --git a/tools/eclipse/BUILD b/tools/eclipse/BUILD
index 8d9271e..3122e9b 100644
--- a/tools/eclipse/BUILD
+++ b/tools/eclipse/BUILD
@@ -1,14 +1,6 @@
 load("//tools/bzl:classpath.bzl", "classpath_collector")
 load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS")
 
-java_library(
-    name = "classpath",
-    testonly = 1,
-    runtime_deps = [
-        "//:javamelody-datasource-interceptor-lib",
-    ],
-)
-
 classpath_collector(
     name = "main_classpath_collect",
     testonly = 1,