diff options
author | Xavier Ducrohet <xav@android.com> | 2009-04-27 14:58:09 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2009-04-27 15:05:06 -0700 |
commit | ff9c21ab084afbe147b0f7fff71cfb90f250e966 (patch) | |
tree | 512b9a03f425ceac3f6b258a5e4250697a490ac1 /eclipse/plugins/com.android.ide.eclipse.adt/.classpath | |
parent | 43793c7bfa1589ea9c174c205e3dcf6f4e9b1704 (diff) | |
download | sdk-ff9c21ab084afbe147b0f7fff71cfb90f250e966.zip sdk-ff9c21ab084afbe147b0f7fff71cfb90f250e966.tar.gz sdk-ff9c21ab084afbe147b0f7fff71cfb90f250e966.tar.bz2 |
Fix the opt-in window for usage stat so that it works when running from ADT.
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath index a24fc87..9898b97 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath @@ -5,7 +5,7 @@ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="lib" path="jarutils.jar"/> <classpathentry kind="lib" path="androidprefs.jar"/> - <classpathentry kind="lib" path="sdkstats.jar"/> + <classpathentry kind="lib" path="sdkstats.jar" sourcepath="/SdkStatsService"/> <classpathentry kind="lib" path="kxml2-2.3.0.jar"/> <classpathentry kind="lib" path="layoutlib_api.jar"/> <classpathentry kind="lib" path="layoutlib_utils.jar"/> |