diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml index 053c3c2..1f402b9 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -150,19 +150,7 @@ id="com.android.ide.eclipse.wizards.category" name="Android" /> - <wizard - canFinishEarly="false" - category="com.android.ide.eclipse.wizards.category" - class="com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectWizard" - finalPerspective="org.eclipse.jdt.ui.JavaPerspective" - hasPages="true" - icon="icons/new_adt_project.png" - id="ccom.android.ide.eclipse.adt.project.NewProjectWizard" - name="Android Project" - preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" - project="true" /> <!-- New template-based project wizard --> -<!-- Temporarily disabled <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -174,9 +162,8 @@ name="Android Application" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="true" /> ---> + <!-- Old custom-coded project wizard --> -<!-- Temporarily disabled <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -188,7 +175,6 @@ name="Empty Android Project" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="true" /> ---> <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -249,7 +235,6 @@ preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false"> </wizard> -<!-- Temporarily disabled <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -283,7 +268,6 @@ name="Custom View" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false" /> ---> <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -297,7 +281,6 @@ project="false" /> <!-- During development only: Support for testing templates --> -<!-- Temporarily disabled <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -309,7 +292,7 @@ name="Template Development Wizard" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false" /> ---> + </extension> <extension point="org.eclipse.debug.core.launchConfigurationTypes"> <launchConfigurationType |