org.symbian.tools.wrttools.product/plugin.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Tue, 30 Mar 2010 10:01:32 -0700
changeset 291 279eaef091eb
parent 278 890be734ebec
child 313 25282116ebcf
permissions -rw-r--r--
Bug 2066 - Improve graphics
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"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    10
            name="WebRuntime">
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"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    17
            label="WRT Element Creation">
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"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    46
               label="New WRT Application..."
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
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
    59
            id="org.symbian.tools.wrttools.core.wrtwidgetwizard"
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
    60
            banner="WRT_Wizard_banner.png">
39
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
      <primaryWizard
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    63
            id="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard">
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
      <primaryWizard
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    66
            id="org.eclipse.wst.css.ui.internal.wizard.NewCSSWizard">
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
      <primaryWizard
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    69
            id="org.eclipse.wst.jsdt.ui.NewJSWizard">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    70
      </primaryWizard>
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
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    73
         point="org.eclipse.ui.activities">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    74
      <activity
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    75
            description="WTP functionality not used in WRT IDE"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    76
            id="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    77
            name="Web Tools Platform (WTP)">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    78
      </activity>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    79
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    80
            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
    81
            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
    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
      <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
    84
            activityId="org.symbian.tools.wrttools.product.wtp"
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    85
            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
    86
      </activityPatternBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    87
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    88
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    89
            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
    90
      </activityPatternBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    91
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    92
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    93
            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
    94
      </activityPatternBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    95
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    96
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    97
            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
    98
      </activityPatternBinding>
151
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
    99
      <activityPatternBinding
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
   100
            activityId="org.symbian.tools.wrttools.product.wtp"
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
   101
            pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.contextualLaunch\.profile\.submenu">
1b175992ea1c Minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
   102
      </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
   103
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   104
            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
   105
            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
   106
      </activityPatternBinding>
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   107
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   108
            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
   109
            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
   110
      </activityPatternBinding>
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   111
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   112
            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
   113
            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
   114
      </activityPatternBinding>
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   115
      <activityPatternBinding
ee3db195dcef Fixed Bug 1954 - Simplify "Run As" and "Debug As" to "Run" and "Debug"
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 202
diff changeset
   116
            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
   117
            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
   118
      </activityPatternBinding>
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   119
      <category
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   120
            description="WTP UI elements that are not compatible with WRT widget development"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   121
            id="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   122
            name="Web Tools Platform (WTP)">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   123
      </category>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   124
      <categoryActivityBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   125
            activityId="org.symbian.tools.wrttools.product.wtp"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   126
            categoryId="org.symbian.tools.wrttools.product.wtp">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   127
      </categoryActivityBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   128
      <category
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   129
            description="Chromium Developement Tools UI"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   130
            id="org.symbian.tools.wrttools.product.chdt"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   131
            name="Google Chrome Developer Tools">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   132
      </category>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   133
      <activity
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   134
            description="Google Chrome Developer Tools UI elements"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   135
            id="org.symbian.tools.wrttools.product.chdtact"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   136
            name="Google Chrome Developer Tools">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   137
      </activity>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   138
      <categoryActivityBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   139
            activityId="org.symbian.tools.wrttools.product.chdtact"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   140
            categoryId="org.symbian.tools.wrttools.product.chdt">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   141
      </categoryActivityBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   142
      <activityPatternBinding
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   143
            activityId="org.symbian.tools.wrttools.product.chdtact"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   144
            pattern="org\.chromium\.debug\.ui/org\.chromium\.debug\.ui\.LaunchType.*">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   145
      </activityPatternBinding>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   146
   </extension>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   147
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   148
         id="product"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   149
         point="org.eclipse.core.runtime.products">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   150
      <product
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   151
            application="org.eclipse.ui.ide.workbench"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   152
            name="WebRuntime Toolkit IDE">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   153
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   154
               name="windowImages"
136
058151c7f9e6 Fixed bug 1865 New warning in FlickrParser.js. Fixed 1871 About Web Runtime Toolkit IDE Details. Added new WRT icons. More refinements to come.
tasneems@symbian.org
parents: 129
diff changeset
   155
               value="icons/WRT_main_16.png,icons/WRT_32px_01.png,eclipse48.gif,eclipse.png,eclipse32.png">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   156
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   157
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   158
               name="aboutText"
145
19985c154f5c Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents: 137
diff changeset
   159
               value="%productBlurb">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   160
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   161
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   162
               name="aboutImage"
255
7adbd35a3290 Fixed 2200: Blurb image resized with added spacing to fit properly
tasneem@symbian.org
parents: 254
diff changeset
   163
               value="icons/WRT_blurb_image_2.png">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   164
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   165
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   166
               name="startupForegroundColor"
254
78b83bc27fa2 Updated icons and splash
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 251
diff changeset
   167
               value="000000">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   168
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   169
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   170
               name="startupProgressRect"
278
890be734ebec Bug 2304 - Hint the user that he should do search to deploy the application to bluetooth
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 266
diff changeset
   171
               value="0,260,422,5">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   172
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   173
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   174
               name="startupMessageRect"
278
890be734ebec Bug 2304 - Hint the user that he should do search to deploy the application to bluetooth
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 266
diff changeset
   175
               value="0,240,441,20">
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   176
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   177
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   178
               name="appName"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   179
               value="WebRuntime Toolkit IDE">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   180
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   181
         <property
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   182
               name="preferenceCustomization"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   183
               value="plugin_customization.ini">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   184
         </property>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   185
      </product>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   186
   </extension>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   187
   <extension
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   188
         point="org.eclipse.ui.preferencePages">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   189
      <page            
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   190
            category="org.eclipse.ui.preferencePages.Workbench"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   191
            name="Capabilities"
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   192
            id="org.eclipse.sdk.capabilities">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   193
            <class class="org.eclipse.ui.activities.ActivityCategoryPreferencePage">
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   194
                <parameter name="allowAdvanced" value="true"/>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   195
                <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
   196
            	<parameter name="activityName" value="&amp;Capabilities" />
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   197
                <parameter name="categoryName" value="&amp;Capabilities" />
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   198
            	<parameter name="activityPromptButton" value="&amp;Prompt when enabling capabilities"/>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   199
            	<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
   200
            </class>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   201
      </page>
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   202
   </extension>
209
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   203
   <extension
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   204
         point="org.eclipse.ui.perspectiveExtensions">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   205
      <perspectiveExtension
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   206
            targetID="org.symbian.tools.wrttools.mainPerspective">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   207
         <showInPart
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   208
               id="org.symbian.tools.wrttools.wrtnavigator">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   209
         </showInPart>
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   210
      </perspectiveExtension>
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   211
      <perspectiveExtension
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   212
            targetID="org.eclipse.debug.ui.DebugPerspective">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   213
         <showInPart
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   214
               id="org.symbian.tools.wrttools.wrtnavigator">
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   215
         </showInPart>
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   216
      </perspectiveExtension>
7f0d53ed35c6 Bug 2074 - Show-In needs clean up
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 207
diff changeset
   217
   </extension>
39
eb7d9e33e288 Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
   218
</plugin>