Eclipse variables for non-TF project dependencies

Change-Id: I63ed92304a67f0f52ce8bbfcaca930c8c3097e29
diff --git a/.classpath b/.classpath
index 8e9e6c7..d86f7d8 100644
--- a/.classpath
+++ b/.classpath
@@ -3,11 +3,10 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="res"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/kxml2"/>
+	<classpathentry exported="true" kind="var" path="TRADEFED_ROOT/prebuilt/common/kxml2/kxml2-2.3.0.jar"/>
+	<classpathentry exported="true" kind="var" path="TRADEFED_ROOT/out/host/common/obj/JAVA_LIBRARIES/guavalib_intermediates/javalib.jar" sourcepath="/TRADEFED_ROOT/external/guava/src"/>
+	<classpathentry exported="true" kind="var" path="TRADEFED_ROOT/out/host/common/obj/JAVA_LIBRARIES/jline-1.0_intermediates/javalib.jar" sourcepath="/TRADEFED_ROOT/external/jline/src"/>
+	<classpathentry exported="true" kind="var" path="TRADEFED_ROOT/out/host/common/obj/JAVA_LIBRARIES/junit_intermediates/javalib.jar" sourcepath="/TRADEFED_ROOT/external/junit/src"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
-	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/junit"/>
-	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/guava"/>
-	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/jsr305"/>
-	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/jline"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>