summaryrefslogtreecommitdiff
path: root/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml')
-rw-r--r--tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml33
1 files changed, 19 insertions, 14 deletions
diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
index d6c9ac1cb..4dfcc0758 100644
--- a/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
+++ b/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
@@ -111,7 +111,7 @@
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType
- delegate="com.android.ide.eclipse.adt.debug.launching.LaunchConfigDelegate"
+ delegate="com.android.ide.eclipse.adt.launch.LaunchConfigDelegate"
delegateDescription="The Android Application Launcher supports running and debugging remote Android applications on devices or emulators."
delegateName="Android Launcher"
id="com.android.ide.eclipse.adt.debug.LaunchConfigType"
@@ -132,7 +132,7 @@
<extension
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
<launchConfigurationTabGroup
- class="com.android.ide.eclipse.adt.debug.ui.LaunchConfigTabGroup"
+ class="com.android.ide.eclipse.adt.launch.LaunchConfigTabGroup"
description="Android Application"
id="com.android.ide.eclipse.adt.debug.LaunchConfigTabGroup"
type="com.android.ide.eclipse.adt.debug.LaunchConfigType"/>
@@ -140,8 +140,8 @@
<extension
point="org.eclipse.debug.ui.launchShortcuts">
<shortcut
- category="com.android.ide.eclipse.adt.debug.LaunchConfigType"
- class="com.android.ide.eclipse.adt.debug.launching.LaunchShortcut"
+ category="com.android.ide.eclipse.adt.launch.LaunchConfigType"
+ class="com.android.ide.eclipse.adt.launch.LaunchShortcut"
icon="icons/android.png"
id="com.android.ide.eclipse.adt.debug.launching.LaunchShortcut"
label="Android Application"
@@ -220,12 +220,6 @@
value="com.android.ide.eclipse.adt.AndroidNature">
</filter>
<action
- class="com.android.ide.eclipse.adt.project.CreateAidlImportAction"
- enablesFor="1"
- id="com.android.ide.eclipse.adt.project.CreateAidlImportAction"
- label="Create Aidl preprocess file for Parcelable classes"
- menubarPath="com.android.ide.eclipse.adt.AndroidTools/group1"/>
- <action
class="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction"
enablesFor="1"
id="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction"
@@ -345,24 +339,24 @@
name="Debug Android Application"
description="Debug Android Application"
categoryId="org.eclipse.debug.ui.category.run"
- id="com.android.ide.eclipse.adt.debug.launching.LaunchShortcut.debug">
+ id="com.android.ide.eclipse.adt.launch.LaunchShortcut.debug">
</command>
<command
name="Run Android Application"
description="Run Android Application"
categoryId="org.eclipse.debug.ui.category.run"
- id="com.android.ide.eclipse.adt.debug.launching.LaunchShortcut.run">
+ id="com.android.ide.eclipse.adt.launch.LaunchShortcut.run">
</command>
<keyBinding
keySequence="M3+M2+A D"
contextId="org.eclipse.ui.globalScope"
- commandId="com.android.ide.eclipse.adt.debug.launching.LaunchShortcut.debug"
+ commandId="com.android.ide.eclipse.adt.launch.LaunchShortcut.debug"
keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
<keyBinding
keySequence="M3+M2+A R"
contextId="org.eclipse.ui.globalScope"
- commandId="com.android.ide.eclipse.adt.debug.launching.LaunchShortcut.run"
+ commandId="com.android.ide.eclipse.adt.launch.LaunchShortcut.run"
keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
</extension>
@@ -499,4 +493,15 @@
</action>
</actionSet>
</extension>
+ <extension
+ point="org.eclipse.debug.core.launchDelegates">
+ <launchDelegate
+ delegate="com.android.ide.eclipse.adt.launch.JUnitLaunchConfigDelegate"
+ delegateDescription="Removes the Android JAR from the Bootstrap Classpath"
+ id="com.android.ide.eclipse.adt.launch.JUnitLaunchConfigDelegate.launchAndroidJunit"
+ modes="run,debug"
+ name="Android JUnit"
+ type="org.eclipse.jdt.junit.launchconfig">
+ </launchDelegate>
+ </extension>
</plugin>