uidesigner/com.nokia.sdt.test.componentlibrary/plugin.xml
author Dan Podwall <dan.podwall@nokia.com>
Mon, 27 Apr 2009 15:10:32 -0500
branchRCL_2_0
changeset 129 d13aa008da33
parent 2 d760517a8095
permissions -rw-r--r--
merge RCL_2_0 to MCL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
   <extension
cawthron
parents:
diff changeset
     5
         id="internal_testing"
cawthron
parents:
diff changeset
     6
         name="Internal testing components"
cawthron
parents:
diff changeset
     7
         point="com.nokia.sdt.component.symbian.componentLibrary">
cawthron
parents:
diff changeset
     8
      <library path="components" sdkPattern="com\.nokia\.series60" />
cawthron
parents:
diff changeset
     9
   </extension>
cawthron
parents:
diff changeset
    10
   <extension
cawthron
parents:
diff changeset
    11
         point="com.nokia.sdt.uidesigner.editorExtender">
cawthron
parents:
diff changeset
    12
      <extender
cawthron
parents:
diff changeset
    13
            class="com.nokia.sdt.test.componentLibrary.editorPages.TestEditorPageProvider"
cawthron
parents:
diff changeset
    14
            editorIdFilter="com.nokia.sdt.uidesigner.viewEditor">
cawthron
parents:
diff changeset
    15
      </extender>
cawthron
parents:
diff changeset
    16
   </extension>
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
</plugin>