diff options
author | Brett Chabot <brettchabot@android.com> | 2010-03-09 18:24:04 -0800 |
---|---|---|
committer | Brett Chabot <brettchabot@android.com> | 2010-03-09 18:24:04 -0800 |
commit | 2e1eb1a14838cfb830f8f83cb2ccaef1d70d1f29 (patch) | |
tree | e1b66c351724f9d9b7d8464738ed19e3b6761528 | |
parent | 4ec269b639ee1feb58721121afc543c8d2435a29 (diff) | |
download | sdk-2e1eb1a14838cfb830f8f83cb2ccaef1d70d1f29.zip sdk-2e1eb1a14838cfb830f8f83cb2ccaef1d70d1f29.tar.gz sdk-2e1eb1a14838cfb830f8f83cb2ccaef1d70d1f29.tar.bz2 |
Make "Main menu > Run As > Android application" appear in ADT .
Bug 1841601
Change-Id: I7035584a18cf43eb488215c5ff6832ba499498e1
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml index 2c15509..8a5f854 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -152,12 +152,11 @@ <extension point="org.eclipse.debug.ui.launchShortcuts"> <shortcut - category="com.android.ide.eclipse.adt.launch.LaunchConfigType" class="com.android.ide.eclipse.adt.internal.launch.LaunchShortcut" icon="icons/android_app.png" id="com.android.ide.eclipse.adt.debug.launching.LaunchShortcut" label="Android Application" - modes="debug, run"> + modes="run, debug"> <contextualLaunch> <enablement> <with variable="selection"> @@ -173,6 +172,9 @@ </contextualLaunch> <perspective id="org.eclipse.jdt.ui.JavaPerspective"/> <perspective id="org.eclipse.debug.ui.DebugPerspective"/> + <configurationType + id="com.android.ide.eclipse.adt.debug.LaunchConfigType"> + </configurationType> <description description="Runs an Android Application" mode="run"> |