Remove classpath target

Latest bazlets version no longer requires classpath target to be
defined, only main_classpath_collect is required by project.py to
generate eclipse project.

Change-Id: Ib17aa436daad7d81f037850f5ea7b37177410d9a
diff --git a/WORKSPACE b/WORKSPACE
index 91e25a4..6735e94 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "4c6f78d8f6351fd77af32ca7871401758953ea4c",
+    commit = "e8160a65a591e602a2fb48953b269dd8d42a7c37",
     #local_path = "/home/ehugare/workspaces/bazlets",
 )
 
diff --git a/tools/eclipse/BUILD b/tools/eclipse/BUILD
index 14715e7..8a8bd40 100644
--- a/tools/eclipse/BUILD
+++ b/tools/eclipse/BUILD
@@ -1,13 +1,5 @@
 load("//tools/bzl:classpath.bzl", "classpath_collector")
 
-java_library(
-    name = "classpath",
-    testonly = 1,
-    runtime_deps = [
-        "//:high-availability__plugin_test_deps",
-    ],
-)
-
 classpath_collector(
     name = "main_classpath_collect",
     testonly = 1,