diff options
| author | Tor Norbye <tnorbye@google.com> | 2012-05-31 12:19:06 -0700 |
|---|---|---|
| committer | Tor Norbye <tnorbye@google.com> | 2012-05-31 12:19:06 -0700 |
| commit | 81b0b45c11fe87bb350917d95c8c24dda7bbe3bf (patch) | |
| tree | f387ad42df978ecd5cc37fdf7321729d1159e82c | |
| parent | 35d3406603038ab3e34a4fdb237730a87b478520 (diff) | |
| download | sdk-81b0b45c11fe87bb350917d95c8c24dda7bbe3bf.zip sdk-81b0b45c11fe87bb350917d95c8c24dda7bbe3bf.tar.gz sdk-81b0b45c11fe87bb350917d95c8c24dda7bbe3bf.tar.bz2 | |
Temporarily disable new project templates
Change-Id: I6d9f7bd41e8d9656ef136ba0e2f3c273af049d6d
| -rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml index 1f402b9..053c3c2 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -150,7 +150,19 @@ 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" @@ -162,8 +174,9 @@ 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" @@ -175,6 +188,7 @@ name="Empty Android Project" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="true" /> +--> <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -235,6 +249,7 @@ preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false"> </wizard> +<!-- Temporarily disabled <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -268,6 +283,7 @@ name="Custom View" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false" /> +--> <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -281,6 +297,7 @@ project="false" /> <!-- During development only: Support for testing templates --> +<!-- Temporarily disabled <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -292,7 +309,7 @@ name="Template Development Wizard" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false" /> - +--> </extension> <extension point="org.eclipse.debug.core.launchConfigurationTypes"> <launchConfigurationType |
