Added checkbox "Scan for installable features in SDKs" to Symbian SDK prefs page. It controls whether Carbide dynamically discover and install features from SDKs during startup and rescanning SDKs, and is on by default.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/**
* <copyright>
* </copyright>
*
* $Id$
*/
-->
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri = "http:///com/nokia/sdt/emf/dm.ecore"
class = "com.nokia.sdt.emf.dm.DmPackage" />
</extension>
<extension
point="org.eclipse.emf.ecore.extension_parser">
<parser
class="com.nokia.sdt.emf.dm.xml.NXDResourceFactory"
type="nxd"/>
<parser
class="com.nokia.sdt.emf.dm.xml.NXDResourceFactory"
type="uidesign"/>
</extension>
</plugin>