added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension-point id="nameAlgorithm" name="nameAlgorithm" schema="schema/nameAlgorithm.exsd"/>
<extension
id="com.nokia.sdt.sourcegen.provider"
name="Symbian Source Generation Provider"
point="com.nokia.sdt.uimodel.sourceGenProvider">
<provider
class="com.nokia.sdt.sourcegen.provider.SourceGenProvider"
name="com.nokia.sdt.sourcegen.Symbian-Provider"/>
</extension>
</plugin>