aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-11 12:11:54 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-11 12:11:54 -0700
commit45aacc49a96e083eb68cda88ed0f7e262b7254d1 (patch)
treecda6eb191928e6e7332ef036e9c8bd7c2c234e67 /eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
parent67dc23a61d888ba1b39fe6ed23d9f4d1a3df80ee (diff)
downloadsdk-45aacc49a96e083eb68cda88ed0f7e262b7254d1.zip
sdk-45aacc49a96e083eb68cda88ed0f7e262b7254d1.tar.gz
sdk-45aacc49a96e083eb68cda88ed0f7e262b7254d1.tar.bz2
auto import from //branches/cupcake/...@137873
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
index 4dfcc07..f86f5b2 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
@@ -474,15 +474,6 @@
label="Android Wizards"
visible="true">
<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"
- label="New Android Project"
- style="push"
- toolbarPath="android_project"
- tooltip="Opens a wizard to help create a new Android project">
- </action>
- <action
class="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileAction"
icon="icons/new_xml.png"
id="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileAction"
@@ -491,6 +482,15 @@
toolbarPath="android_project"
tooltip="Opens a wizard to help create a new Android XML file">
</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"
+ label="New Android Project"
+ style="push"
+ toolbarPath="android_project"
+ tooltip="Opens a wizard to help create a new Android project">
+ </action>
</actionSet>
</extension>
<extension