Automated import from //branches/master/...@140468,140468
This commit is contained in:
committed by
The Android Open Source Project
parent
700ccfcc01
commit
35d5fa877b
@@ -506,7 +506,7 @@
|
|||||||
delegateDescription="Removes the Android JAR from the Bootstrap Classpath"
|
delegateDescription="Removes the Android JAR from the Bootstrap Classpath"
|
||||||
id="com.android.ide.eclipse.adt.launch.JUnitLaunchConfigDelegate.launchAndroidJunit"
|
id="com.android.ide.eclipse.adt.launch.JUnitLaunchConfigDelegate.launchAndroidJunit"
|
||||||
modes="run,debug"
|
modes="run,debug"
|
||||||
name="Android JUnit"
|
name="Android JUnit Test"
|
||||||
type="org.eclipse.jdt.junit.launchconfig">
|
type="org.eclipse.jdt.junit.launchconfig">
|
||||||
</launchDelegate>
|
</launchDelegate>
|
||||||
</extension>
|
</extension>
|
||||||
@@ -516,7 +516,7 @@
|
|||||||
delegate="com.android.ide.eclipse.adt.launch.junit.AndroidJUnitLaunchConfigDelegate"
|
delegate="com.android.ide.eclipse.adt.launch.junit.AndroidJUnitLaunchConfigDelegate"
|
||||||
id="com.android.ide.eclipse.adt.junit.launchConfigurationType"
|
id="com.android.ide.eclipse.adt.junit.launchConfigurationType"
|
||||||
modes="run,debug"
|
modes="run,debug"
|
||||||
name="Android Instrumentation"
|
name="Android JUnit Test"
|
||||||
public="true"
|
public="true"
|
||||||
sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
|
sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
|
||||||
sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer">
|
sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer">
|
||||||
@@ -534,7 +534,7 @@
|
|||||||
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
||||||
<launchConfigurationTabGroup
|
<launchConfigurationTabGroup
|
||||||
class="com.android.ide.eclipse.adt.launch.junit.AndroidJUnitTabGroup"
|
class="com.android.ide.eclipse.adt.launch.junit.AndroidJUnitTabGroup"
|
||||||
description="Android Instrumentation"
|
description="Android JUnit Test"
|
||||||
id="com.android.ide.eclipse.adt.junit.AndroidJUnitLaunchConfigTabGroup"
|
id="com.android.ide.eclipse.adt.junit.AndroidJUnitLaunchConfigTabGroup"
|
||||||
type="com.android.ide.eclipse.adt.junit.launchConfigurationType"/>
|
type="com.android.ide.eclipse.adt.junit.launchConfigurationType"/>
|
||||||
</extension>
|
</extension>
|
||||||
@@ -544,7 +544,7 @@
|
|||||||
class="com.android.ide.eclipse.adt.launch.junit.AndroidJUnitLaunchShortcut"
|
class="com.android.ide.eclipse.adt.launch.junit.AndroidJUnitLaunchShortcut"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
id="com.android.ide.eclipse.adt.junit.launchShortcut"
|
id="com.android.ide.eclipse.adt.junit.launchShortcut"
|
||||||
label="Android Instrumentation"
|
label="Android JUnit Test"
|
||||||
modes="run,debug">
|
modes="run,debug">
|
||||||
<contextualLaunch>
|
<contextualLaunch>
|
||||||
<enablement>
|
<enablement>
|
||||||
|
|||||||
Reference in New Issue
Block a user