carbidecpp22devenv/plugins/org.eclipse.ui.intro.universal_3.2.300.v20090526/plugin.xml
author cawthron
Fri, 04 Dec 2009 12:09:02 -0600
changeset 753 eea06ff1b30b
parent 658 bc7e0e32c2cb
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
658
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
<!--
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     3
     Copyright (c) 2005, 2009 IBM Corporation and others.
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     4
     All rights reserved. This program and the accompanying materials
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     5
     are made available under the terms of the Eclipse Public License v1.0
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     6
     which accompanies this distribution, and is available at
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     7
     http://www.eclipse.org/legal/epl-v10.html
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     8
    
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
     9
     Contributors:
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    10
         IBM Corporation - initial API and implementation
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    11
 -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    12
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<plugin>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    14
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    15
    
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    16
<!-- ========== Extension Points ================= -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    17
<!-- =============================================================================== -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<!-- Extension point: org.eclipse.ui.intro.config                                    -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    19
<!-- Extension-point for contributing a configuration to a Customizable Intro Part.  -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    20
<!--                                                                                 -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<!-- =============================================================================== -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    22
<!-- ================================================================================= -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<!-- Extension point: org.eclipse.ui.intro.configExtension                             -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    24
<!-- Extension-point for contributing an extension to an existing intro configuration  -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    25
<!--                                                                                   -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    26
<!-- ================================================================================= -->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    27
   
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    28
   <extension
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    29
         point="org.eclipse.ui.intro">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      <intro
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    31
            class="org.eclipse.ui.intro.config.CustomizableIntroPart"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    32
            contentDetector="org.eclipse.ui.internal.intro.universal.contentdetect.ContentDetector"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    33
            icon="$nl$/icons/welcome16.gif"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    34
            id="org.eclipse.ui.intro.universal"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    35
   </extension>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    36
   <extension
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    37
         point="org.eclipse.ui.intro.config">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      <config
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    39
            configurer="org.eclipse.ui.internal.intro.universal.UniversalIntroConfigurer"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    40
            content="$nl$/introContent.xml"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    41
            id="org.eclipse.ui.intro.universalConfig"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    42
            introId="org.eclipse.ui.intro.universal">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    43
         <presentation
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    44
               home-page-id="root" standby-page-id="standby">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    45
            <implementation
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    46
                  style="themes/shared/html/shared.css,$theme$/html/shared.css,$theme$/html/font-$fontStyle$.css,$theme$/html/$direction$.css"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    47
                  kind="html"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    48
                  os="win32,linux,macosx,solaris">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    49
            </implementation>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    50
            <implementation
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    51
                  kind="swt">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    52
            </implementation>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    53
            <launchBar
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    54
               	location="fastview" 
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    55
            	bg="$launchbarBackground$"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    56
            	computed="true">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    57
            </launchBar>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    58
         </presentation>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    59
      </config>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    60
   </extension>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    61
   <extension
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    62
         point="org.eclipse.ui.intro.configExtension">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    63
      <theme
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    64
            default="true"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    65
            id="org.eclipse.ui.intro.universal.circles"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    66
            name="%theme.name.circles"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    67
            path="$nl$/themes/circles"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    68
            previewImage="$nl$/themes/circles/preview.png"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    69
            scalable="true">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    70
            <property name="workbenchAsRootLink"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    71
            		value="true"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    72
            		<!--
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    73
            <property name="launchbarBackground"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    74
            		value="#a1c2cb"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    75
            		-->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    76
            <property name="launchbarOverviewIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    77
            		  value="$theme$graphics/launchbar/overview16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    78
            <property name="launchbarFirststepsIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    79
            		  value="$theme$graphics/launchbar/firststeps16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    80
            <property name="launchbarTutorialsIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    81
            		  value="$theme$graphics/launchbar/tutorials16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    82
            <property name="launchbarSamplesIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    83
            		  value="$theme$graphics/launchbar/samples16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    84
            <property name="launchbarWhatsnewIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    85
            		  value="$theme$graphics/launchbar/whatsnew16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    86
            <property name="launchbarMigrateIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    87
            		  value="$theme$graphics/launchbar/migrate16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    88
            <property name="launchbarWebresourcesIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    89
            		  value="$theme$graphics/launchbar/webresources16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    90
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    91
            <property name="highContrast-overview"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    92
            		  value="$theme$graphics/icons/ctool/overview.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    93
            <property name="highContrast-firststeps"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    94
            		  value="$theme$graphics/icons/ctool/firststeps.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    95
            <property name="highContrast-tutorials"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    96
            		  value="$theme$graphics/icons/ctool/tutorials.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    97
            <property name="highContrast-samples"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    98
            		  value="$theme$graphics/icons/ctool/samples.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
    99
            <property name="highContrast-whatsnew"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   100
            		  value="$theme$graphics/icons/ctool/whatsnew.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   101
            <property name="highContrast-webresources"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   102
            		  value="$theme$graphics/icons/ctool/webresources.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   103
            <property name="highContrast-migrate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   104
            		  value="$theme$graphics/icons/ctool/migrate.png"/>    
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   105
            <property name="highContrast-workbench"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   106
            		  value="$theme$graphics/icons/ctool/workbench.png"/>    
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   107
            		  
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   108
            <property name="highContrastNav-overview"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   109
            		  value="$theme$graphics/icons/ctool/ov_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   110
            <property name="highContrastNav-firststeps"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   111
            		  value="$theme$graphics/icons/ctool/fs_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   112
            <property name="highContrastNav-tutorials"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   113
            		  value="$theme$graphics/icons/ctool/tu_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   114
            <property name="highContrastNav-samples"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   115
            		  value="$theme$graphics/icons/ctool/sa_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   116
            <property name="highContrastNav-whatsnew"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   117
            		  value="$theme$graphics/icons/ctool/wn_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   118
            <property name="highContrastNav-webresources"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   119
            		  value="$theme$graphics/icons/ctool/wr_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   120
            <property name="highContrastNav-migrate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   121
            		  value="$theme$graphics/icons/ctool/mi_nav.png"/> 
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   122
            <property name="highContrastNav-workbench"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   123
            		  value="$theme$graphics/icons/ctool/wb_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   124
      </theme>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   125
      <theme
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   126
            id="org.eclipse.ui.intro.universal.purpleMesh"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   127
            name="%theme.name.purpleMesh"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   128
            path="$nl$/themes/purpleMesh"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   129
            previewImage="$nl$/themes/purpleMesh/preview.png"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   130
            scalable="true">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   131
            <property name="launchbarBackground"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   132
            		value="#c6c3e8"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   133
            <property name="capitalizeTitles"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   134
            		value="true"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   135
            <property name="launchbarOverviewIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   136
            		  value="$theme$graphics/launchbar/overview.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   137
            <property name="launchbarFirststepsIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   138
            		  value="$theme$graphics/launchbar/firststeps16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   139
            <property name="launchbarTutorialsIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   140
            		  value="$theme$graphics/launchbar/tutorials.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   141
            <property name="launchbarSamplesIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   142
            		  value="$theme$graphics/launchbar/samples.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   143
            <property name="launchbarWhatsnewIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   144
            		  value="$theme$graphics/launchbar/whatsnew.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   145
            <property name="launchbarMigrateIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   146
            		  value="$theme$graphics/launchbar/migrate16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   147
            <property name="launchbarWebresourcesIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   148
            		  value="$theme$graphics/launchbar/webresources16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   149
            		  
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   150
            <property name="highContrast-overview"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   151
            		  value="$theme$graphics/icons/etool/overview72.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   152
            <property name="highContrast-firststeps"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   153
            		  value="$theme$graphics/icons/etool/firsteps72.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   154
            <property name="highContrast-tutorials"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   155
            		  value="$theme$graphics/icons/etool/tutorials72.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   156
            <property name="highContrast-samples"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   157
            		  value="$theme$graphics/icons/etool/samples72.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   158
            <property name="highContrast-whatsnew"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   159
            		  value="$theme$graphics/icons/etool/whatsnew72.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   160
            <property name="highContrast-webresources"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   161
            		  value="$theme$graphics/icons/etool/webrsrc72.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   162
            <property name="highContrast-migrate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   163
            		  value="$theme$graphics/icons/etool/migrate72.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   164
            <property name="highContrast-workbench"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   165
            		  value="$theme$graphics/icons/etool/wb48.gif"/> 
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   166
            		     
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   167
            <property name="highContrastNav-overview"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   168
            		  value="$theme$graphics/icons/etool/overview48.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   169
            <property name="highContrastNav-firststeps"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   170
            		  value="$theme$graphics/icons/etool/firsteps48.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   171
            <property name="highContrastNav-tutorials"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   172
            		  value="$theme$graphics/icons/etool/tutorials48.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   173
            <property name="highContrastNav-samples"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   174
            		  value="$theme$graphics/icons/etool/samples48.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   175
            <property name="highContrastNav-whatsnew"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   176
            		  value="$theme$graphics/icons/etool/whatsnew48.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   177
            <property name="highContrastNav-webresources"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   178
            		  value="$theme$graphics/icons/etool/webrsrc48.gif"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   179
            <property name="highContrastNav-migrate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   180
            		  value="$theme$graphics/icons/etool/migrate48.gif"/> 
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   181
            <property name="highContrastNav-workbench"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   182
            		  value="$theme$graphics/icons/etool/wb48.gif"/>       
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   183
      </theme> 
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   184
      <theme
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   185
            id="org.eclipse.ui.intro.universal.slate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   186
            name="%theme.name.slate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   187
            path="$nl$/themes/slate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   188
            previewImage="$nl$/themes/slate/preview.png"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   189
            scalable="true">
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   190
            <property name="workbenchAsRootLink"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   191
            		value="true"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   192
            		<!--
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   193
            <property name="launchbarBackground"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   194
            		value="#a1c2cb"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   195
            		-->
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   196
            <property name="launchbarOverviewIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   197
            		  value="$theme$graphics/launchbar/overview16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   198
            <property name="launchbarFirststepsIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   199
            		  value="$theme$graphics/launchbar/firststeps16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   200
            <property name="launchbarTutorialsIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   201
            		  value="$theme$graphics/launchbar/tutorials16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   202
            <property name="launchbarSamplesIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   203
            		  value="$theme$graphics/launchbar/samples16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   204
            <property name="launchbarWhatsnewIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   205
            		  value="$theme$graphics/launchbar/whatsnew16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   206
            <property name="launchbarMigrateIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   207
            		  value="$theme$graphics/launchbar/migrate16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   208
            <property name="launchbarWebresourcesIcon"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   209
            		  value="$theme$graphics/launchbar/webresources16.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   210
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   211
            <property name="highContrast-overview"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   212
            		  value="$theme$graphics/icons/ctool/overview.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   213
            <property name="highContrast-firststeps"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   214
            		  value="$theme$graphics/icons/ctool/firststeps.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   215
            <property name="highContrast-tutorials"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   216
            		  value="$theme$graphics/icons/ctool/tutorials.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   217
            <property name="highContrast-samples"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   218
            		  value="$theme$graphics/icons/ctool/samples.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   219
            <property name="highContrast-whatsnew"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   220
            		  value="$theme$graphics/icons/ctool/whatsnew.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   221
            <property name="highContrast-webresources"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   222
            		  value="$theme$graphics/icons/ctool/webresources.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   223
            <property name="highContrast-migrate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   224
            		  value="$theme$graphics/icons/ctool/migrate.png"/>    
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   225
            <property name="highContrast-workbench"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   226
            		  value="$theme$graphics/icons/ctool/workbench.png"/>    
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   227
            		  
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   228
            <property name="highContrastNav-overview"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   229
            		  value="$theme$graphics/icons/ctool/ov_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   230
            <property name="highContrastNav-firststeps"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   231
            		  value="$theme$graphics/icons/ctool/fs_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   232
            <property name="highContrastNav-tutorials"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   233
            		  value="$theme$graphics/icons/ctool/tu_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   234
            <property name="highContrastNav-samples"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   235
            		  value="$theme$graphics/icons/ctool/sa_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   236
            <property name="highContrastNav-whatsnew"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   237
            		  value="$theme$graphics/icons/ctool/wn_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   238
            <property name="highContrastNav-webresources"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   239
            		  value="$theme$graphics/icons/ctool/wr_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   240
            <property name="highContrastNav-migrate"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   241
            		  value="$theme$graphics/icons/ctool/mi_nav.png"/> 
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   242
            <property name="highContrastNav-workbench"
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   243
            		  value="$theme$graphics/icons/ctool/wb_nav.png"/>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   244
      </theme>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   245
   </extension>
bc7e0e32c2cb add files for RCL_2_2
cawthron
parents:
diff changeset
   246
</plugin>