org.symbian.tools.wrttools.product/plugin.xml
changeset 130 c5aaef2bcaf2
parent 123 f863958d299d
parent 129 06a71481cb0d
child 137 22c6da0edf5d
equal deleted inserted replaced
127:f095ed39206d 130:c5aaef2bcaf2
     3 <plugin>
     3 <plugin>
     4    <extension
     4    <extension
     5          point="org.eclipse.ui.perspectives">
     5          point="org.eclipse.ui.perspectives">
     6       <perspective
     6       <perspective
     7             class="org.symbian.tools.wrttools.product.perspective.WRTPerspective"
     7             class="org.symbian.tools.wrttools.product.perspective.WRTPerspective"
     8             icon="icons/main16.gif"
     8             icon="icons/WRT_perspective.gif"
     9             id="org.symbian.tools.wrttools.mainPerspective"
     9             id="org.symbian.tools.wrttools.mainPerspective"
    10             name="WebRuntime">
    10             name="WebRuntime">
    11       </perspective>
    11       </perspective>
    12    </extension>
    12    </extension>
    13    <extension
    13    <extension
    39                style="push"
    39                style="push"
    40                toolbarPath="wrtwizards">
    40                toolbarPath="wrtwizards">
    41          </action>
    41          </action>
    42          <action
    42          <action
    43                class="org.symbian.tools.wrttools.product.actions.NewWRTProjectAction"
    43                class="org.symbian.tools.wrttools.product.actions.NewWRTProjectAction"
    44                icon="icons/main16.gif"
    44                icon="icons/newWRTproject.gif"
    45                id="org.symbian.tools.wrttools.product.newWRTProjectAction"
    45                id="org.symbian.tools.wrttools.product.newWRTProjectAction"
    46                label="New WRT Application..."
    46                label="New WRT Application..."
    47                style="push"
    47                style="push"
    48                toolbarPath="wrtwizards">
    48                toolbarPath="wrtwizards">
    49          </action>
    49          </action>