uidesigner/com.nokia.sdt.test.componentlibrary/plugin.xml
author wpaul
Mon, 08 Jun 2009 13:46:12 -0500
changeset 212 0e84cf0560e1
parent 0 fb279309251b
permissions -rw-r--r--
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
         id="internal_testing"
         name="Internal testing components"
         point="com.nokia.sdt.component.symbian.componentLibrary">
      <library path="components" sdkPattern="com\.nokia\.series60" />
   </extension>
   <extension
         point="com.nokia.sdt.uidesigner.editorExtender">
      <extender
            class="com.nokia.sdt.test.componentLibrary.editorPages.TestEditorPageProvider"
            editorIdFilter="com.nokia.sdt.uidesigner.viewEditor">
      </extender>
   </extension>

</plugin>