aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2009-05-07 19:27:46 -0700
committerRaphael <raphael@google.com>2009-05-08 14:06:44 -0700
commit7b9b3d1cc71be8d8d748f46951fbde64446cde31 (patch)
tree5ac83b88cec8f5c367bef59ad9f9e917c8ae269b /eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
parentd80cb19594014ea765eb50419764fd2d029ffb2b (diff)
downloadsdk-7b9b3d1cc71be8d8d748f46951fbde64446cde31.zip
sdk-7b9b3d1cc71be8d8d748f46951fbde64446cde31.tar.gz
sdk-7b9b3d1cc71be8d8d748f46951fbde64446cde31.tar.bz2
ADT #1715616: "New Android Test Project" wizard.
Also updates eclipse/changes.txt
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml44
1 files changed, 38 insertions, 6 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
index dc6062d..1d0a18d 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
@@ -90,7 +90,7 @@
class="com.android.ide.eclipse.adt.wizards.newproject.NewProjectWizard"
finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
hasPages="true"
- icon="icons/android.png"
+ icon="icons/new_adt_project.png"
id="com.android.ide.eclipse.adt.project.NewProjectWizard"
name="Android Project"
preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective"
@@ -98,10 +98,22 @@
<wizard
canFinishEarly="false"
category="com.android.ide.eclipse.wizards.category"
- class="com.android.ide.eclipse.editors.wizards.NewXmlFileWizard"
+ class="com.android.ide.eclipse.adt.wizards.newproject.NewTestProjectWizard"
finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
hasPages="true"
- icon="icons/android.png"
+ icon="icons/androidjunit.png"
+ id="com.android.ide.eclipse.adt.project.NewTestProjectWizard"
+ name="Android Test Project"
+ preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective"
+ project="true">
+ </wizard>
+ <wizard
+ canFinishEarly="false"
+ category="com.android.ide.eclipse.wizards.category"
+ class="com.android.ide.eclipse.adt.wizards.newxmlfile.NewXmlFileWizard"
+ finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
+ hasPages="true"
+ icon="icons/new_xml.png"
id="com.android.ide.eclipse.editors.wizards.NewXmlFileWizard"
name="Android XML File"
preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective"
@@ -220,11 +232,22 @@
value="com.android.ide.eclipse.adt.AndroidNature">
</filter>
<action
- class="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction"
+ class="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileAction"
enablesFor="1"
- id="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction"
+ icon="icons/new_xml.png"
+ id="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileAction"
label="New Resource File..."
- menubarPath="com.android.ide.eclipse.adt.AndroidTools/group1">
+ menubarPath="com.android.ide.eclipse.adt.AndroidTools/group1"
+ tooltip="Opens a wizard to help create a new Android XML Resource file">
+ </action>
+ <action
+ class="com.android.ide.eclipse.adt.wizards.actions.NewTestProjectAction"
+ enablesFor="1"
+ icon="icons/androidjunit.png"
+ id="com.android.ide.eclipse.adt.wizards.actions.NewTestProjectAction"
+ label="New Test Project..."
+ menubarPath="com.android.ide.eclipse.adt.AndroidTools/group1"
+ tooltip="Opens a wizard to help create a new Android Test Project">
</action>
<action
class="com.android.ide.eclipse.adt.project.ExportAction"
@@ -484,6 +507,15 @@
tooltip="Opens a wizard to help create a new Android XML file">
</action>
<action
+ class="com.android.ide.eclipse.adt.wizards.actions.NewTestProjectAction"
+ icon="icons/androidjunit.png"
+ id="com.android.ide.eclipse.adt.wizards.actions.NewTestProjectAction"
+ label="New Android Test Project"
+ style="push"
+ toolbarPath="android_project"
+ tooltip="Opens a wizard to help create a new Android Test Project">
+ </action>
+ <action
class="com.android.ide.eclipse.adt.wizards.actions.NewProjectAction"
icon="icons/new_adt_project.png"
id="com.android.ide.eclipse.adt.wizards.actions.NewProjectAction"