aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager/app
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-04-05 10:38:53 -0700
committerXavier Ducrohet <xav@android.com>2012-04-05 10:38:53 -0700
commit845fa5749353466013eb0f20c3d46733f33eba8e (patch)
treedbdc8e1fad3741d6994cb708bf6e934acfcbd06d /sdkmanager/app
parentca3d96a3458e60a119ecd3a2f021383019d682aa (diff)
downloadsdk-845fa5749353466013eb0f20c3d46733f33eba8e.zip
sdk-845fa5749353466013eb0f20c3d46733f33eba8e.tar.gz
sdk-845fa5749353466013eb0f20c3d46733f33eba8e.tar.bz2
Update classpath for eclipse project due to prebuilt move.
Don't use User Libraries. It's easier to just hardcode them with a classpath variable. Change-Id: If8c1236199dd6766d48cf9b553fa2a9ee0d236e6
Diffstat (limited to 'sdkmanager/app')
-rw-r--r--sdkmanager/app/.classpath5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdkmanager/app/.classpath b/sdkmanager/app/.classpath
index 50576bb..75e5a03 100644
--- a/sdkmanager/app/.classpath
+++ b/sdkmanager/app/.classpath
@@ -7,8 +7,11 @@
<classpathentry combineaccessrules="false" kind="src" path="/AndroidPrefs"/>
<classpathentry combineaccessrules="false" kind="src" path="/SdkUiLib"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/>
<classpathentry combineaccessrules="false" kind="src" path="/common"/>
+ <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>