aboutsummaryrefslogtreecommitdiffstats
path: root/ddms
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-07-19 12:45:44 -0700
committerSiva Velusamy <vsiva@google.com>2012-07-19 12:45:44 -0700
commitc0301a5278b6d179bc21df601f1a346f76fda578 (patch)
treefebfcba3d3da0b1d5005420dcbc67c08ff36d9c3 /ddms
parent86e08822a1e435ce333dfbc5a5fea02aa7cee136 (diff)
downloadsdk-c0301a5278b6d179bc21df601f1a346f76fda578.zip
sdk-c0301a5278b6d179bc21df601f1a346f76fda578.tar.gz
sdk-c0301a5278b6d179bc21df601f1a346f76fda578.tar.bz2
Fix classpath for ddmuilib-tests
Change-Id: Ie085ec76f9033d50acf086b89748e764b33f5f0c
Diffstat (limited to 'ddms')
-rw-r--r--ddms/libs/ddmuilib/tests/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/ddms/libs/ddmuilib/tests/.classpath b/ddms/libs/ddmuilib/tests/.classpath
index 5d79263..83429f8 100644
--- a/ddms/libs/ddmuilib/tests/.classpath
+++ b/ddms/libs/ddmuilib/tests/.classpath
@@ -5,6 +5,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
<classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/>
+ <classpathentry kind="var" path="ANDROID_OUT_FRAMEWORK/swt.jar"/>
+ <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/eclipse/org.eclipse.equinox.common_3.6.0.v20100503.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>