Fix classpath

Change-Id: Ia431f24772b6e0951b6d6ed96ec47bfe660dc96e
diff --git a/com.google.devtools.bazel.e4b/.classpath b/com.google.devtools.bazel.e4b/.classpath
index 6bda176..7d66f7a 100644
--- a/com.google.devtools.bazel.e4b/.classpath
+++ b/com.google.devtools.bazel.e4b/.classpath
@@ -5,6 +5,6 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry exported="true" kind="lib" path="third_party/guava/guava-19.0.jar"/>
 	<classpathentry exported="true" kind="lib" path="third_party/json/json-20160212.jar"/>
-	<classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/>
+	<classpathentry kind="lib" path="bin" sourcepath="bin"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>