aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2010-03-09 18:24:04 -0800
committerBrett Chabot <brettchabot@android.com>2010-03-09 18:24:04 -0800
commit2e1eb1a14838cfb830f8f83cb2ccaef1d70d1f29 (patch)
treee1b66c351724f9d9b7d8464738ed19e3b6761528
parent4ec269b639ee1feb58721121afc543c8d2435a29 (diff)
downloadsdk-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.xml6
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">