uidesigner/com.nokia.sdt.test.componentlibrary/plugin.xml
author wpaul
Wed, 08 Apr 2009 10:42:04 -0500
branchRCL_2_0
changeset 78 b7d854010c8d
parent 2 d760517a8095
permissions -rw-r--r--
merged
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>