org.symbian.tools.wrttools.product/plugin.xml
changeset 129 06a71481cb0d
parent 39 eb7d9e33e288
child 130 c5aaef2bcaf2
child 136 058151c7f9e6
equal deleted inserted replaced
126:d496880b1e8b 129:06a71481cb0d
     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>