diff options
Diffstat (limited to 'sdkstats/.classpath')
-rw-r--r-- | sdkstats/.classpath | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sdkstats/.classpath b/sdkstats/.classpath index 73b1af5..58178e8 100644 --- a/sdkstats/.classpath +++ b/sdkstats/.classpath @@ -2,7 +2,10 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/> <classpathentry combineaccessrules="false" kind="src" path="/AndroidPrefs"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/linux-x86/swt/swt.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.jface_3.4.2.M20090107-0800.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |