diff options
Diffstat (limited to 'traceview')
-rw-r--r-- | traceview/.classpath | 2 | ||||
-rw-r--r-- | traceview/etc/manifest.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/traceview/.classpath b/traceview/.classpath index 6ea87e8..e71cb61 100644 --- a/traceview/.classpath +++ b/traceview/.classpath @@ -3,6 +3,6 @@ <classpathentry kind="src" path="src"/> <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="/PingService"/> + <classpathentry combineaccessrules="false" kind="src" path="/SdkStatsService"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/traceview/etc/manifest.txt b/traceview/etc/manifest.txt index c3c2aec..6cdbc7e 100644 --- a/traceview/etc/manifest.txt +++ b/traceview/etc/manifest.txt @@ -1,2 +1,2 @@ -Main-Class: com.google.traceview.MainWindow +Main-Class: com.android.traceview.MainWindow Class-Path: swt.jar org.eclipse.equinox.common_3.2.0.v20060603.jar org.eclipse.jface_3.2.0.I20060605-1400.jar org.eclipse.core.commands_3.2.0.I20060605-1400.jar |