diff options
author | Siva Velusamy <vsiva@google.com> | 2012-12-20 15:27:18 -0800 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2012-12-20 15:27:18 -0800 |
commit | ebaea617350d373dfc39d1a3d5c56aa3dedc252b (patch) | |
tree | b4cc53530269eaff40a49e27bb5b0a2d59712c2b /eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml | |
parent | 03c6014060d619941ab030e169d21ab480765a6e (diff) | |
parent | 94e177b50dc1ad3739f563668e1f2e43a9f97f46 (diff) | |
download | sdk-ebaea617350d373dfc39d1a3d5c56aa3dedc252b.zip sdk-ebaea617350d373dfc39d1a3d5c56aa3dedc252b.tar.gz sdk-ebaea617350d373dfc39d1a3d5c56aa3dedc252b.tar.bz2 |
Merge "ddmlib: Add controls for OpenGL tracing via jdwp"
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml index 4738ba9..43d10cf 100644 --- a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml @@ -5,6 +5,7 @@ <extension-point id="debuggerConnector" name="%extension-point.name.Debugger_Connector" schema="schema/debuggerConnector.exsd"/> <extension-point id="sourceRevealer" name="%extension-point.name.Source_Revealer" schema="schema/sourceRevealer.exsd"/> <extension-point id="traceviewLauncher" name="%extension-point.name.TreeView_Laucher" schema="schema/traceviewLauncher.exsd"/> + <extension-point id="clientAction" name="%extension-point.name.ClientAction" schema="schema/clientAction.exsd"/> <extension point="org.eclipse.ui.views"> |