diff options
author | Siva Velusamy <vsiva@google.com> | 2012-03-30 12:52:28 -0700 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2012-03-30 12:54:37 -0700 |
commit | 0195e707bb9a6f5bfd5edac9b49211680f7e3d55 (patch) | |
tree | 6ade8ddbd0a837cb6a2a041d4502383ceb3d1524 | |
parent | 43822a8f2c7341c6b0ce11f4ba137f2cf6b3a72c (diff) | |
download | sdk-0195e707bb9a6f5bfd5edac9b49211680f7e3d55.zip sdk-0195e707bb9a6f5bfd5edac9b49211680f7e3d55.tar.gz sdk-0195e707bb9a6f5bfd5edac9b49211680f7e3d55.tar.bz2 |
monitor: remove gldebugger
Change-Id: I07bb89e5309662ecc8cc5601b1137e22c5185dfc
3 files changed, 1 insertions, 3 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF index d2b74fe..28fb55f 100644 --- a/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF @@ -7,7 +7,6 @@ Bundle-Activator: com.android.ide.eclipse.monitor.MonitorPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, com.android.ide.eclipse.ddms, - com.android.ide.eclipse.gldebugger, com.android.ide.eclipse.traceview, com.android.ide.eclipse.base Bundle-ActivationPolicy: lazy diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product b/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product index 63e6891..f627a13 100644 --- a/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product +++ b/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product @@ -26,7 +26,6 @@ <plugins> <plugin id="com.android.ide.eclipse.base"/> <plugin id="com.android.ide.eclipse.ddms"/> - <plugin id="com.android.ide.eclipse.gldebugger"/> <plugin id="com.android.ide.eclipse.hierarchyviewer"/> <plugin id="com.android.ide.eclipse.monitor"/> <plugin id="com.android.ide.eclipse.traceview"/> diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/plugin_customization.ini b/eclipse/plugins/com.android.ide.eclipse.monitor/plugin_customization.ini index dcdf812..fa9d8a2 100644 --- a/eclipse/plugins/com.android.ide.eclipse.monitor/plugin_customization.ini +++ b/eclipse/plugins/com.android.ide.eclipse.monitor/plugin_customization.ini @@ -1,6 +1,6 @@ org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR=true -org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=com.android.ide.eclipse.gltrace.perspective,com.android.ide.eclipse.ddms.Perspective +org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=com.android.ide.eclipse.ddms.Perspective,com.android.ide.eclipse.hierarchyviewer.TreeViewPerspective org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=true org.eclipse.ui/SHOW_MEMORY_MONITOR=true org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false |