diff options
author | Tor Norbye <tnorbye@google.com> | 2012-07-17 13:25:00 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-07-17 13:25:00 -0700 |
commit | 73004f5d240948c2b2183db2be5dd99542b4a439 (patch) | |
tree | 44efc42d228ad4762c3d38746b2a39e67bcb2c9f | |
parent | 935a7bf4bb149d0532c82980c5e742c854db1cc6 (diff) | |
download | sdk-73004f5d240948c2b2183db2be5dd99542b4a439.zip sdk-73004f5d240948c2b2183db2be5dd99542b4a439.tar.gz sdk-73004f5d240948c2b2183db2be5dd99542b4a439.tar.bz2 |
Re-enable the template development wizard between releases
Change-Id: Ia029a8aabdc2cbaff034b1d378ddf51f126d1b56
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml | 3 |
1 files changed, 1 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 ad8c899..22d971a 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -335,7 +335,7 @@ </description> </wizard> - <!-- During development only: Support for testing templates + <!-- During development only: Support for testing templates --> <wizard canFinishEarly="false" category="com.android.ide.eclipse.wizards.category" @@ -347,7 +347,6 @@ name="Template Development Wizard" preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false" /> - --> </extension> <extension point="org.eclipse.debug.core.launchConfigurationTypes"> <launchConfigurationType |