diff options
author | Siva Velusamy <vsiva@google.com> | 2012-09-24 13:10:44 -0700 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2012-09-24 13:58:39 -0700 |
commit | 379331a4e8769ac7972d4c6e39b841d00028ba7e (patch) | |
tree | bf7a99af6626d78382c71997ffffb62d711de211 /traceview/.classpath | |
parent | 8381e23ec6d557059d15c73ea313d8324359f762 (diff) | |
download | sdk-379331a4e8769ac7972d4c6e39b841d00028ba7e.zip sdk-379331a4e8769ac7972d4c6e39b841d00028ba7e.tar.gz sdk-379331a4e8769ac7972d4c6e39b841d00028ba7e.tar.bz2 |
traceview: Fix check for upper case characters.
Fixes http://code.google.com/p/android/issues/detail?id=37779
Change-Id: I8c1671d24caed3156b98dcb36d345c0eb1f573d7
Diffstat (limited to 'traceview/.classpath')
-rw-r--r-- | traceview/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/traceview/.classpath b/traceview/.classpath index 34066de..6cced4c 100644 --- a/traceview/.classpath +++ b/traceview/.classpath @@ -4,6 +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 combineaccessrules="false" kind="src" path="/common"/> <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"/> |