diff options
| author | Tor Norbye <tnorbye@google.com> | 2012-05-31 12:44:58 -0700 |
|---|---|---|
| committer | android code review <noreply-gerritcodereview@google.com> | 2012-05-31 12:44:59 -0700 |
| commit | 929e008c80c5f0d2cf875f44231634ced002f1f1 (patch) | |
| tree | fdd372a0b7a4deae46952af04554367c0359f18c | |
| parent | 791cb2d5d16701c8daeced9a36604c35be9acb13 (diff) | |
| parent | 81b0b45c11fe87bb350917d95c8c24dda7bbe3bf (diff) | |
| download | sdk-929e008c80c5f0d2cf875f44231634ced002f1f1.zip sdk-929e008c80c5f0d2cf875f44231634ced002f1f1.tar.gz sdk-929e008c80c5f0d2cf875f44231634ced002f1f1.tar.bz2 | |
Merge "Temporarily disable new project templates"
| -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 |
