uidesigner/com.nokia.sdt.test.componentlibrary/plugin.xml
author wpaul
Thu, 09 Sep 2010 16:46:06 -0500
changeset 1978 9e45f0e58c6e
parent 0 fb279309251b
permissions -rw-r--r--
cleaned up old classic TRK/DE-isms: removed TRK Program Output Console, TRK Communications Log Console, Symbian Rom Log Console removed option to log rom log warnings - these are handled in EDC now if a module is not found removed TRK timeout launch setting removed default processor mode setting

<?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>