aboutsummaryrefslogtreecommitdiffstats
path: root/traceview/.classpath
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-04-12 14:59:12 -0700
committerRaphael Moll <ralf@android.com>2012-04-12 15:02:18 -0700
commit82d381553aa80cdc80a776a45d803b615f3ea5ab (patch)
tree4a5b0c305d27ff0e323e8973ba3fc775251abbfe /traceview/.classpath
parent9111d3953d094a9c14fe13975f2d24cfa67a84f6 (diff)
downloadsdk-82d381553aa80cdc80a776a45d803b615f3ea5ab.zip
sdk-82d381553aa80cdc80a776a45d803b615f3ea5ab.tar.gz
sdk-82d381553aa80cdc80a776a45d803b615f3ea5ab.tar.bz2
SDK: Fix classpath for eclipse projects.
swt.jar must be found relative to the out/ dir (as generated by create_all_symlinks.sh) to avoid setting a platform-specific path. swtmenubar was missing the new libs references. Change-Id: I365cfa6e011ec831c4df87cb36b0df722caac2e4
Diffstat (limited to 'traceview/.classpath')
-rw-r--r--traceview/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/traceview/.classpath b/traceview/.classpath
index 301f785..34066de 100644
--- a/traceview/.classpath
+++ b/traceview/.classpath
@@ -4,7 +4,7 @@
<classpathentry kind="src" path="src/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/SdkStatsService"/>
- <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/linux-x86/swt/swt.jar"/>
+ <classpathentry kind="var" path="ANDROID_OUT_FRAMEWORK/swt.jar"/>
<classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.core.commands_3.6.0.I20100512-1500.jar"/>
<classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.equinox.common_3.6.0.v20100503.jar"/>
<classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.jface_3.6.2.M20110210-1200.jar"/>