org.symbian.tools.wrttools.product/plugin.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 15 Jul 2010 10:08:51 -0700
changeset 450 ed815e0eef9a
parent 401 72386743b723
permissions -rw-r--r--
Bug 3268 - Debugger does not start on Windows XP
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     2
<?eclipse version="3.4"?>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     3
<plugin>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     4
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     5
         point="org.eclipse.ui.perspectives">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     6
      <perspective
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     7
            class="org.symbian.tools.wrttools.product.perspective.WRTPerspective"
291
279eaef091eb Bug 2066 - Improve graphics
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 278
diff changeset
     8
            icon="icons/WRT_perspective.png"
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     9
            id="org.symbian.tools.wrttools.mainPerspective"
397
e5346aff014d Change from Webruntime to Tools for Mobile Web and WRT to TMW - bug 2899
Paul Beusterien <paulb@symbian.org>
parents: 377
diff changeset
    10
            name="TMW">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    11
      </perspective>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    12
   </extension>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    13
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    14
         point="org.eclipse.ui.actionSets">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    15
      <actionSet
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    16
            id="org.symbian.tools.wrttools.product.creationActionSet"
401
72386743b723 Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents: 400
diff changeset
    17
            label="Mobile Web Element Creation">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    18
         <action
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    19
               class="org.symbian.tools.wrttools.product.actions.NewCSSFileAction"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    20
               icon="icons/newcss_wiz.gif"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    21
               id="org.symbian.tools.wrttools.product.newCssFileAction"
247
c4e62032b35b Fixed 2199: new css file in WRT Navigator returns %action.newcss. Fixed 2200: About dialog: Blurb image needs to be resized to fit properly
tasneems@symbian.org
parents: 209
diff changeset
    22
               label="New CSS File..."
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    23
               style="push"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    24
               toolbarPath="wrtwizards">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    25
         </action>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    26
         <action
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    27
               class="org.symbian.tools.wrttools.product.actions.NewHTMLFileAction"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    28
               icon="icons/newhtml_wiz.gif"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    29
               id="org.symbian.tools.wrttools.product.newHtmlAction"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    30
               label="New HTML File..."
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    31
               style="push"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    32
               toolbarPath="wrtwizards">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    33
         </action>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    34
         <action
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    35
               class="org.symbian.tools.wrttools.product.actions.NewJSFileAction"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    36
               icon="icons/newjscript_wiz.gif"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    37
               id="org.symbian.tools.wrttools.product.newJSAction"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    38
               label="New JavaScript File..."
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    39
               style="push"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    40
               toolbarPath="wrtwizards">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    41
         </action>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    42
         <action
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    43
               class="org.symbian.tools.wrttools.product.actions.NewWRTProjectAction"
247
c4e62032b35b Fixed 2199: new css file in WRT Navigator returns %action.newcss. Fixed 2200: About dialog: Blurb image needs to be resized to fit properly
tasneems@symbian.org
parents: 209
diff changeset
    44
               icon="icons/newWRT_app_icon_16px.png"
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    45
               id="org.symbian.tools.wrttools.product.newWRTProjectAction"
401
72386743b723 Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents: 400
diff changeset
    46
               label="New Mobile Web Application..."
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    47
               style="push"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    48
               toolbarPath="wrtwizards">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    49
         </action>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    50
      </actionSet>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    51
   </extension>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    52
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    53
         point="org.eclipse.ui.newWizards">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    54
      <category
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    55
            id="org.eclipse.wst.web.ui"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    56
            name="Web">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    57
      </category>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    58
      <primaryWizard
313
25282116ebcf Eclipse 3.6 M6 support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 291
diff changeset
    59
            id="org.symbian.tools.wrttools.core.wrtwidgetwizard">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    60
      </primaryWizard>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    61
      <primaryWizard
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    62
            id="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    63
      </primaryWizard>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    64
      <primaryWizard
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    65
            id="org.eclipse.wst.css.ui.internal.wizard.NewCSSWizard">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    66
      </primaryWizard>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    67
      <primaryWizard
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    68
            id="org.eclipse.wst.jsdt.ui.NewJSWizard">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    69
      </primaryWizard>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    70
   </extension>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    71
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    72
         point="org.eclipse.ui.activities">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    73
      <activity
401
72386743b723 Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents: 400
diff changeset
    74
            description="WTP functionality not used in Mobile Web IDE"
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    75
            id="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    76
            name="Web Tools Platform (WTP)">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    77
      </activity>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    78
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    79
            activityId="org.symbian.tools.wrttools.product.wtp"
202
53c1b4c3d783 Wizard can now import projects of any time (i.e. Dreamweaver, WRT IDE) from the filesystem
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 172
diff changeset
    80
            pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.import\.ExternalProject">
53c1b4c3d783 Wizard can now import projects of any time (i.e. Dreamweaver, WRT IDE) from the filesystem
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 172
diff changeset
    81
      </activityPatternBinding>
53c1b4c3d783 Wizard can now import projects of any time (i.e. Dreamweaver, WRT IDE) from the filesystem
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 172
diff changeset
    82
      <activityPatternBinding
53c1b4c3d783 Wizard can now import projects of any time (i.e. Dreamweaver, WRT IDE) from the filesystem
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 172
diff changeset
    83
            activityId="org.symbian.tools.wrttools.product.wtp"
350
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    84
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.launchActionSet">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    85
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    86
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    87
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    88
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.actions\.DebugLast">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    89
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    90
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    91
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    92
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.actions\.RunLast">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    93
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    94
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    95
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    96
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.actions\.OpenDebugConfigurations">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    97
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    98
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
    99
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   100
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.actions\.OpenRunConfigurations">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   101
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   102
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   103
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   104
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.internal\.ui\.actions\.DebugHistoryMenuAction">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   105
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   106
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   107
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   108
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.internal\.ui\.actions\.RunHistoryMenuAction">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   109
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   110
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   111
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   112
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.internal\.ui\.actions\.RunWithConfigurationAction">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   113
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   114
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   115
            activityId="org.symbian.tools.wrttools.product.wtp"
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   116
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.internal\.ui\.actions\.DebugWithConfigurationAction">
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   117
      </activityPatternBinding>
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   118
      <activityPatternBinding
9db385b0ca89 Bug 2542 - Debugger should not require configuration to be set up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 313
diff changeset
   119
            activityId="org.symbian.tools.wrttools.product.wtp"
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   120
            pattern="org\.eclipse\.wst\.xml\.ui/org\.eclipse\.wst\.xml\.ui\.XMLExampleProjectCreationWizard">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   121
      </activityPatternBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   122
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   123
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   124
            pattern="org\.eclipse\.wst\.xml\.ui/org\.eclipse\.wst\.xml\.ui\.perspective">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   125
      </activityPatternBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   126
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   127
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   128
            pattern="org\.eclipse\.wst\.jsdt\.ui/org\.eclipse\.wst\.jsdt\.ui\.wizards\.JavaProjectWizard">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   129
      </activityPatternBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   130
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   131
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   132
            pattern="org\.eclipse\.wst\.jsdt\.web\.ui/org\.eclipse\.wst\.jsdt\.internal\.web\.ui\.convertProjects">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   133
      </activityPatternBinding>
151
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
   134
      <activityPatternBinding
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
   135
            activityId="org.symbian.tools.wrttools.product.wtp"
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
   136
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.contextualLaunch\.profile\.submenu">
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
   137
      </activityPatternBinding>
207
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   138
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   139
            activityId="org.symbian.tools.wrttools.product.wtp"
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   140
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.internal\.ui\.actions\.RunDropDownAction">
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   141
      </activityPatternBinding>
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   142
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   143
            activityId="org.symbian.tools.wrttools.product.wtp"
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   144
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.internal\.ui\.actions\.DebugDropDownAction">
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   145
      </activityPatternBinding>
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   146
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   147
            activityId="org.symbian.tools.wrttools.product.wtp"
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   148
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.contextualLaunch\.run\.submenu">
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   149
      </activityPatternBinding>
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   150
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   151
            activityId="org.symbian.tools.wrttools.product.wtp"
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   152
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.contextualLaunch\.debug\.submenu">
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   153
      </activityPatternBinding>
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   154
      <category
401
72386743b723 Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents: 400
diff changeset
   155
            description="WTP UI elements that are not compatible with Mobile Web app development"
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   156
            id="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   157
            name="Web Tools Platform (WTP)">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   158
      </category>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   159
      <categoryActivityBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   160
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   161
            categoryId="org.symbian.tools.wrttools.product.wtp">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   162
      </categoryActivityBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   163
      <category
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   164
            description="Chromium Developement Tools UI"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   165
            id="org.symbian.tools.wrttools.product.chdt"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   166
            name="Google Chrome Developer Tools">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   167
      </category>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   168
      <activity
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   169
            description="Google Chrome Developer Tools UI elements"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   170
            id="org.symbian.tools.wrttools.product.chdtact"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   171
            name="Google Chrome Developer Tools">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   172
      </activity>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   173
      <categoryActivityBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   174
            activityId="org.symbian.tools.wrttools.product.chdtact"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   175
            categoryId="org.symbian.tools.wrttools.product.chdt">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   176
      </categoryActivityBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   177
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   178
            activityId="org.symbian.tools.wrttools.product.chdtact"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   179
            pattern="org\.chromium\.debug\.ui/org\.chromium\.debug\.ui\.LaunchType.*">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   180
      </activityPatternBinding>
377
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   181
      <activityPatternBinding
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   182
            activityId="org.symbian.tools.wrttools.product.chdtact"
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   183
            pattern="org\.chromium\.debug\.ui/org\.chromium\.debug\.ui\.actions\.CompareChangesAction">
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   184
      </activityPatternBinding>
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   185
      <activityPatternBinding
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   186
            activityId="org.symbian.tools.wrttools.product.chdtact"
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   187
            pattern="org\.chromium\.debug\.ui/org\.chromium\.debug\.ui\.actions\.PushChangesAction">
5b79a6184333 Bug 2702 - Debugger - should be able to right click on variable and add to variables view
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 373
diff changeset
   188
      </activityPatternBinding>
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   189
   </extension>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   190
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   191
         id="product"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   192
         point="org.eclipse.core.runtime.products">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   193
      <product
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   194
            application="org.eclipse.ui.ide.workbench"
401
72386743b723 Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents: 400
diff changeset
   195
            name="Mobile Web IDE">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   196
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   197
               name="windowImages"
313
25282116ebcf Eclipse 3.6 M6 support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 291
diff changeset
   198
               value="icons/ico/WRT_main-icon_16px.png,icons/ico/WRT_main-icon_32px.png,icons/ico/WRT_main-icon_48px.png,icons/ico/WRT_main-icon_64px.png,icons/ico/WRT_main-icon_128px.png">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   199
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   200
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   201
               name="aboutText"
145
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 137
diff changeset
   202
               value="%productBlurb">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   203
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   204
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   205
               name="aboutImage"
313
25282116ebcf Eclipse 3.6 M6 support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 291
diff changeset
   206
               value="icons/WRT_blurb_image.png">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   207
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   208
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   209
               name="startupForegroundColor"
254
78b83bc27fa2 Updated icons and splash
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 251
diff changeset
   210
               value="000000">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   211
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   212
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   213
               name="startupProgressRect"
313
25282116ebcf Eclipse 3.6 M6 support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 291
diff changeset
   214
               value="5,245,410,15">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   215
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   216
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   217
               name="startupMessageRect"
313
25282116ebcf Eclipse 3.6 M6 support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 291
diff changeset
   218
               value="7,220,400,20">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   219
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   220
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   221
               name="appName"
401
72386743b723 Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents: 400
diff changeset
   222
               value="Mobile Web IDE">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   223
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   224
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   225
               name="preferenceCustomization"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   226
               value="plugin_customization.ini">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   227
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   228
      </product>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   229
   </extension>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   230
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   231
         point="org.eclipse.ui.preferencePages">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   232
      <page            
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   233
            category="org.eclipse.ui.preferencePages.Workbench"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   234
            name="Capabilities"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   235
            id="org.eclipse.sdk.capabilities">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   236
            <class class="org.eclipse.ui.activities.ActivityCategoryPreferencePage">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   237
                <parameter name="allowAdvanced" value="true"/>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   238
                <parameter name="captionMessage" value="Capabilities allow you to enable or disable various product components.  These capabilities are grouped according to a set of predefined categories." />
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   239
            	<parameter name="activityName" value="&amp;Capabilities" />
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   240
                <parameter name="categoryName" value="&amp;Capabilities" />
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   241
            	<parameter name="activityPromptButton" value="&amp;Prompt when enabling capabilities"/>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   242
            	<parameter name="activityPromptButtonTooltip" value="Prompt when a feature is first used that requires enablement of capabilities"/>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   243
            </class>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   244
      </page>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   245
   </extension>
209
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   246
   <extension
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   247
         point="org.eclipse.ui.perspectiveExtensions">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   248
      <perspectiveExtension
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   249
            targetID="org.symbian.tools.wrttools.mainPerspective">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   250
         <showInPart
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   251
               id="org.symbian.tools.wrttools.wrtnavigator">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   252
         </showInPart>
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   253
      </perspectiveExtension>
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   254
      <perspectiveExtension
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   255
            targetID="org.eclipse.debug.ui.DebugPerspective">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   256
         <showInPart
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   257
               id="org.symbian.tools.wrttools.wrtnavigator">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   258
         </showInPart>
373
85c2a2a29aad Snippets support introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 350
diff changeset
   259
         <perspectiveShortcut
85c2a2a29aad Snippets support introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 350
diff changeset
   260
               id="org.symbian.tools.wrttools.mainPerspective">
85c2a2a29aad Snippets support introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 350
diff changeset
   261
         </perspectiveShortcut>
209
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   262
      </perspectiveExtension>
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   263
   </extension>
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   264
</plugin>