aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-01-11 14:36:09 -0800
committerAndroid Code Review <code-review@android.com>2011-01-11 14:36:09 -0800
commitc2c5bf104f24205ee46c2d1415f2d9c4991d1ed4 (patch)
tree2a79bff491f8b7ecc82b8d1f1b5fcf9ddb1c3140
parent993c552d8c55fb61640f3a3cc929a2ddabdd8fc0 (diff)
parent365eb548f2fc43f77bacc4865bd7b996f6b815e6 (diff)
downloadsdk-c2c5bf104f24205ee46c2d1415f2d9c4991d1ed4.zip
sdk-c2c5bf104f24205ee46c2d1415f2d9c4991d1ed4.tar.gz
sdk-c2c5bf104f24205ee46c2d1415f2d9c4991d1ed4.tar.bz2
Merge "Modified traceview .classpath."
-rw-r--r--traceview/.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/traceview/.classpath b/traceview/.classpath
index e71cb61..400289f 100644
--- a/traceview/.classpath
+++ b/traceview/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
+ <classpathentry excluding="resources/" kind="src" path="src"/>
+ <classpathentry kind="src" path="src/resources"/>
<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="/SdkStatsService"/>