uidesigner/com.nokia.sdt.test.componentlibrary/plugin.xml
author timkelly
Tue, 17 Aug 2010 08:39:31 -0700
branchC3_BUILDER_WORK
changeset 1842 f6d3febbf42c
parent 0 fb279309251b
permissions -rw-r--r--
more Linux fixes. Couple issues found: 1) Rescanning SDKs causes deadlock. 2) SDK cache is not working for Linux 3) Can't import when SBS is not installed (and there's not error msg)

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