org.symbian.tools.wrttools.debug.core/plugin.xml
changeset 134 b3adf4a221f2
parent 122 8bb5bc59bfcf
child 155 9f61ecb49625
equal deleted inserted replaced
133:9722cf2ffc68 134:b3adf4a221f2
    20          point="org.eclipse.debug.core.launchConfigurationTypes">
    20          point="org.eclipse.debug.core.launchConfigurationTypes">
    21       <launchConfigurationType
    21       <launchConfigurationType
    22             delegate="org.symbian.tools.wrttools.debug.internal.launch.WidgetLaunchDelegate"
    22             delegate="org.symbian.tools.wrttools.debug.internal.launch.WidgetLaunchDelegate"
    23             id="org.symbian.tools.wrttools.debug.widget"
    23             id="org.symbian.tools.wrttools.debug.widget"
    24             modes="debug,run"
    24             modes="debug,run"
    25             name="WRT Widget"
    25             name="WRT Application"
    26             public="true">
    26             public="true">
    27       </launchConfigurationType>
    27       </launchConfigurationType>
    28    </extension>
    28    </extension>
    29    <extension
    29    <extension
    30          point="org.eclipse.debug.ui.launchConfigurationTabGroups">
    30          point="org.eclipse.debug.ui.launchConfigurationTabGroups">
    31       <launchConfigurationTabGroup
    31       <launchConfigurationTabGroup
    32             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchConfigurationTabGroup"
    32             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchConfigurationTabGroup"
    33             description="WRT Widget"
    33             description="WRT Application"
    34             id="org.symbian.tools.wrttools.debug.wrtTabGroup"
    34             id="org.symbian.tools.wrttools.debug.wrtTabGroup"
    35             type="org.symbian.tools.wrttools.debug.widget">
    35             type="org.symbian.tools.wrttools.debug.widget">
    36       </launchConfigurationTabGroup>
    36       </launchConfigurationTabGroup>
    37    </extension>
    37    </extension>
    38    <extension
    38    <extension
    47          point="org.eclipse.debug.ui.launchShortcuts">
    47          point="org.eclipse.debug.ui.launchShortcuts">
    48       <shortcut
    48       <shortcut
    49             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchShortcut"
    49             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchShortcut"
    50             icon="icons/main16.gif"
    50             icon="icons/main16.gif"
    51             id="org.symbian.tools.wrttools.debug.wrtshortcut"
    51             id="org.symbian.tools.wrttools.debug.wrtshortcut"
    52             label="WRT Widget"
    52             label="WRT Application"
    53             modes="run, debug">
    53             modes="run, debug">
    54          <configurationType
    54          <configurationType
    55                id="org.symbian.tools.wrttools.debug.widget">
    55                id="org.symbian.tools.wrttools.debug.widget">
    56          </configurationType>
    56          </configurationType>
    57          <contextualLaunch>
    57          <contextualLaunch>
    71             </adapt>
    71             </adapt>
    72                      </iterate>
    72                      </iterate>
    73             </with>
    73             </with>
    74          </enablement>
    74          </enablement>
    75             <contextLabel
    75             <contextLabel
    76                   label="WRT Widget"
    76                   label="WRT Application"
    77                   mode="run">
    77                   mode="run">
    78             </contextLabel>
    78             </contextLabel>
    79             <contextLabel
    79             <contextLabel
    80                   label="WRT Widget"
    80                   label="WRT Application"
    81                   mode="debug">
    81                   mode="debug">
    82             </contextLabel></contextualLaunch>
    82             </contextLabel></contextualLaunch>
    83       </shortcut>
    83       </shortcut>
    84    </extension>
    84    </extension>
    85    <extension
    85    <extension