aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
index 3ca6d03..5979f74 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
@@ -290,6 +290,22 @@
<wizard
canFinishEarly="false"
category="com.android.ide.eclipse.wizards.category"
+ class="com.android.ide.eclipse.adt.internal.wizards.templates.NewActivityWizard$OtherWizard"
+ finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
+ hasPages="true"
+ icon="icons/newCustomView.png"
+ id="com.android.ide.eclipse.editors.wizards.NewActivityWizard.OtherWizard"
+ name="Android Object"
+ preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective"
+ project="false" >
+ <description>
+ Create an Android object such as a Service, an Activity, a Broadcast Receiver, etc.
+ </description>
+ </wizard>
+ <!-- Available through generic object list above
+ <wizard
+ canFinishEarly="false"
+ category="com.android.ide.eclipse.wizards.category"
class="com.android.ide.eclipse.adt.internal.wizards.templates.NewTemplateWizard$NewCustomViewWizard"
finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
hasPages="true"
@@ -302,6 +318,7 @@
Create an Android custom view
</description>
</wizard>
+ -->
<wizard
canFinishEarly="false"
category="com.android.ide.eclipse.wizards.category"