core/com.nokia.carbide.cpp/plugin.xml
changeset 2 d760517a8095
child 26 5855275147bd
child 27 f9ae9c159fde
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.0"?>
       
     3 <plugin>
       
     4    <extension-point id="diagnosticLogGroup" name="diagnosticLogGroup" schema="schema/diagnosticLogGroup.exsd"/>
       
     5    <extension-point id="diagnosticLog" name="diagnosticLog" schema="schema/diagnosticLog.exsd"/>
       
     6 <extension
       
     7       point="org.eclipse.core.runtime.products"
       
     8       id="product">
       
     9       
       
    10 	<product 
       
    11 		name="Carbide.c++" 
       
    12 		application="org.eclipse.ui.ide.workbench" 
       
    13 		description="%productBlurb"> 
       
    14 		
       
    15 		<property 
       
    16 			name="windowImages" 
       
    17 			value="icons/Carbide_c_icon_16x16.png,icons/Carbide_c_icon_32x32.png,icons/Carbide_c_icon_48x48.png"/> 
       
    18 		<property 
       
    19 			name="aboutImage" 
       
    20 			value="icons/about.png"/> 
       
    21 		<property 
       
    22 			name="aboutTextImage" 
       
    23 			value="icons/aboutTextImage.png"/>       
       
    24 		<property 
       
    25 			name="aboutText" 
       
    26 			value="%productBlurb"/> 
       
    27 		<property 
       
    28 			name="appName" 
       
    29 			value="Carbide.c++"/>
       
    30 		<property 
       
    31 			name="versionText" 
       
    32 			value="Version 2.0.3"/>
       
    33 		<property 
       
    34 			name="preferenceCustomization" 
       
    35 			value="plugin_customization.ini"/>
       
    36 		<property
       
    37 			  name="featureImage"
       
    38 			  value="icons/Carbide_c_icon_32x32.png"/> 
       
    39 		
       
    40 		<!-- Product attributes that support themes and universal intro -->
       
    41 		<property
       
    42 			name="introTitle"
       
    43 			value="Carbide.c++ v2.0.3 for Symbian"/>
       
    44 		<property
       
    45 			name="introBrandingImage"
       
    46 			value="product:themes/carbide/graphics/root/brandmark.gif"/>
       
    47 		<property
       
    48 			name="introBrandingImageText"
       
    49 			value="Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved."/>
       
    50 		<property
       
    51 			name="introDescription-overview"
       
    52 			value="Carbide.c++ provides C/C++ developer tools for creating programs that operate on the Symbian OS. Carbide.c++ is based on Eclipse - an open extensible IDE for anything and nothing in particular."/>
       
    53 		<property
       
    54 			name="introDescription-firststeps"
       
    55 			value="First steps information available."/>
       
    56 		<property
       
    57 			name="introDescription-tutorials"
       
    58 			value="Tutorials included with this release..."/>
       
    59 		<property
       
    60 			name="introDescription-samples"
       
    61 			value="Sample programs included with this release..."/>
       
    62 		<property
       
    63 			name="introDescription-whatsnew"
       
    64 			value="This release of Carbide.c++ provides a host of new features and bug fixes. Learn more about Carbide.c++ and its many useful developer features using the links below."/>
       
    65 		<property
       
    66 			name="introDescription-migrate"
       
    67 			value="Migration information available."/>
       
    68 		<property
       
    69 			name="introDescription-webresources"
       
    70 			value="The following web resources provide information and guidance on creating Symbian OS progams using Carbide.c++"/>
       
    71 		
       
    72 		<!-- Splash screen attributes -->
       
    73 		<property 
       
    74 			name="startupProgressRect" 
       
    75 			value="0,244,469,21" /> 
       
    76 		<property 
       
    77 			name="startupForegroundColor" 
       
    78 			value="777777" />
       
    79 		<property 
       
    80 			name="startupMessageRect" 
       
    81 			value="12,180,441,15" /> 
       
    82 	</product> 
       
    83 
       
    84    </extension>
       
    85 
       
    86   <extension  
       
    87          point="org.eclipse.ui.intro">
       
    88       <intro
       
    89             class="org.eclipse.ui.intro.config.CustomizableIntroPart"
       
    90             id="com.nokia.carbide.cpp.intro"
       
    91             icon="icons/Carbide_c_icon_16x16.png">
       
    92       </intro>
       
    93       <introProductBinding
       
    94             introId="org.eclipse.ui.intro.universal"
       
    95             productId="com.nokia.carbide.cpp.product">
       
    96       </introProductBinding>
       
    97    </extension>
       
    98 
       
    99 <extension   
       
   100 	id="intro"
       
   101 	point="org.eclipse.ui.intro.config">
       
   102 	<config
       
   103 		introId="com.nokia.carbide.cpp.intro"
       
   104 		id="com.nokia.carbide.cpp.introConfig"
       
   105 		content="intro/introContent.xml">
       
   106 	<presentation
       
   107 		home-page-id="root" standby-page-id="standby">
       
   108 			<implementation
       
   109  				ws="win32"
       
   110                 style="$theme$/html/shared.css"
       
   111 				kind="html"
       
   112 				os="win32">
       
   113 			</implementation>
       
   114 			<implementation
       
   115 				kind="swt">
       
   116 			</implementation>
       
   117 			<launchBar
       
   118                	location="fastview" 
       
   119             	bg="$launchbarBackground$"
       
   120             	computed="true" >
       
   121 			</launchBar>
       
   122 	</presentation>
       
   123 	</config>
       
   124 </extension>  
       
   125 
       
   126 <!-- =================================================================================== -->
       
   127 <!-- Universal intro extensions to show content in welcome pages                         -->
       
   128 <!-- =================================================================================== -->
       
   129 	<extension
       
   130 		point="org.eclipse.ui.intro.configExtension">
       
   131 		
       
   132 		<configExtension
       
   133 			configId="org.eclipse.ui.intro.universalConfig"
       
   134 			content="html/intro/overviewExtensionContent.xml" />
       
   135 		<!--
       
   136 		<configExtension
       
   137 			configId="org.eclipse.ui.intro.universalConfig"
       
   138 			content="html/intro/whatsnewExtensionContent.xml" />
       
   139 		-->
       
   140 		<configExtension
       
   141 			configId="org.eclipse.ui.intro.universalConfig"
       
   142 			content="html/intro/webresourcesExtensionContent.xml" />
       
   143 
       
   144 		<configExtension
       
   145 			configId="org.eclipse.ui.intro.universalConfig"
       
   146 			content="html/intro/webresourcesExtensionContent2.xml" />
       
   147 
       
   148 		<configExtension
       
   149             configId="org.eclipse.ui.intro.universalConfig"
       
   150 			content="html/intro/migrateExtensionContent.xml" /> 
       
   151 			
       
   152 	</extension>
       
   153 
       
   154 <!-- =================================================================================== -->
       
   155 <!-- Action sets                                 										 -->
       
   156 <!-- =================================================================================== -->
       
   157    <extension
       
   158          point="org.eclipse.ui.actionSets">
       
   159       <actionSet
       
   160             id="com.nokia.carbide.cpp.displayReleaseNotes"
       
   161             label="Carbide.c++ Release Notes"
       
   162             visible="true">
       
   163          <action
       
   164                class="com.nokia.carbide.cpp.actions.DisplayReleaseNotesAction"
       
   165                id="com.nokia.carbide.cpp.displayReleaseNotes"
       
   166                label="Carbide.c++ &amp;Release Notes"
       
   167                menubarPath="help/groupHelp"
       
   168                style="push"
       
   169                tooltip="Launches the Help system at the Carbide.c++ Release Notes topic"/>
       
   170       </actionSet>
       
   171    </extension>
       
   172 
       
   173 <!-- =================================================================================== -->
       
   174 <!-- Cheatsheet category that support Carbide Tools                                      -->
       
   175 <!-- =================================================================================== -->
       
   176 	<extension
       
   177 		  point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       
   178 	   <category
       
   179 			 id="com.nokia.carbide.cpp.tools.cheatsheets"
       
   180 			 name="Carbide.c++ Tools">
       
   181 	   </category>
       
   182 	</extension>
       
   183 	
       
   184 <!-- =================================================================================== -->
       
   185 <!-- NOKIA TOP-LEVEL TOC                                                                 -->
       
   186 <!-- =================================================================================== -->
       
   187    <extension
       
   188          point="org.eclipse.help.toc">
       
   189       <toc
       
   190             file="nokiaTOC.xml"
       
   191             primary="true"/>      
       
   192       <toc
       
   193             file="html/tocCarbide.xml"
       
   194             primary="false"/>      
       
   195     </extension>
       
   196 	
       
   197 <!-- =================================================================================== -->
       
   198 <!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views                      -->
       
   199 <!-- =================================================================================== -->
       
   200 	<extension point="org.eclipse.help.contexts" >
       
   201        <!-- ECLIPSE NEW/IMPORT/EXPORT WIZARDS and PREF PANELS HELP  -->
       
   202        <contexts file="html/context_help/org_eclipse_ui.xml"
       
   203        		plugin="org.eclipse.ui" />
       
   204 	</extension>
       
   205 	
       
   206 <!-- =================================================================================== -->
       
   207 <!-- Index extension                                                                     -->
       
   208 <!-- =================================================================================== -->
       
   209 	<extension point="org.eclipse.help.index">
       
   210 		<index file="html/index.xml"/>
       
   211 	</extension>
       
   212 <!-- =================================================================================== -->
       
   213 <!-- CARBIDE KEY SHORTCUT EXTENSIONS                                                     -->
       
   214 <!-- win32:  M1=CTRL,    M2=SHIFT, M3=ALT, M4=-                                          -->
       
   215 <!-- carbon: M1=COMMAND, M2=SHIFT, M3=ALT, M4=CTRL                                       -->
       
   216 <!-- =================================================================================== -->
       
   217    <extension
       
   218          point="org.eclipse.ui.bindings">
       
   219       <scheme
       
   220             id="com.nokia.carbide.cpp.carbidedefault"
       
   221 			parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
       
   222             name="Carbide.c++"/>
       
   223       <scheme
       
   224             id="com.nokia.carbide.cpp.codewarrior"
       
   225 			parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
       
   226             name="Nokia CodeWarrior"/>
       
   227 
       
   228 <!-- =================================================================================== -->
       
   229 <!-- CARBIDE KEY SHORTCUTS                                                               -->
       
   230 <!-- =================================================================================== -->
       
   231 		<key
       
   232             sequence="M1+M3+C"
       
   233             contextId="org.eclipse.ui.globalScope"
       
   234             commandId="com.nokia.carbide.cpp.builder.utils.commands.compileSource"
       
   235             schemeId="com.nokia.carbide.cpp.carbidedefault"/>
       
   236 		<key
       
   237             commandId="com.nokia.carbide.cpp.buildProject"
       
   238             sequence="M1+B"
       
   239             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   240 		<key
       
   241             commandId="com.nokia.carbide.cpp.builder.utils.commands.abldTarget"
       
   242             sequence="M1+M3+B"
       
   243             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   244         <key
       
   245             commandId="com.nokia.carbide.cpp.builder.utils.commands.buildAllConfigs"
       
   246             sequence="M1+M3+A"
       
   247             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   248         <key
       
   249             commandId="org.eclipse.ui.project.cleanAction"
       
   250             sequence="M1+M2+-"
       
   251             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   252         <key
       
   253             commandId="com.nokia.carbide.cpp.builder.utils.commands.cleanSymbianComponent"
       
   254             sequence="M1+M3+X"
       
   255             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   256 
       
   257         <key
       
   258             commandId="com.nokia.carbide.cpp.builder.utils.commands.buildSymbianComponent"
       
   259             sequence="M1+M3+P"
       
   260             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   261 
       
   262         <key
       
   263             commandId="com.nokia.carbide.cpp.builder.utils.commands.freezeSymbianComponent"
       
   264             sequence="M1+M3+F"
       
   265             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   266 
       
   267 		<!-- Add Bookmark bug#4203  -->
       
   268 		<key
       
   269             sequence="M1+F2" 
       
   270             commandId="org.eclipse.ui.edit.addBookmark"
       
   271             schemeId="com.nokia.carbide.cpp.carbidedefault" />
       
   272 		
       
   273 	   
       
   274 <!-- =================================================================================== -->
       
   275 <!-- MICROSOFT VISUAL STUDIO KEY SHORTCUTS                                               -->
       
   276 <!-- =================================================================================== -->
       
   277 <!-- Note : most of the Visual Studio key shortcuts have been integrated into CDT 5.0    -->
       
   278 		<!-- Project Keys -->
       
   279 		<!-- MSVS BuildSolution -->
       
   280 		<key
       
   281 			sequence="F7"
       
   282 			commandId="com.nokia.carbide.cpp.buildProject"
       
   283 			schemeId="org.eclipse.cdt.ui.visualstudio"/>	
       
   284 		<key
       
   285 			sequence="M1+F7"
       
   286 			commandId="com.nokia.carbide.cpp.builder.utils.commands.compileSource"
       
   287 			schemeId="org.eclipse.cdt.ui.visualstudio"/>
       
   288 
       
   289 
       
   290 <!-- =================================================================================== -->
       
   291 <!-- NOKIA CODEWARRIOR KEY SHORTCUTS                                                     -->
       
   292 <!-- =================================================================================== -->
       
   293 		<!-- C/C++ Source Keys -->
       
   294 	    <!-- CW Find Definition -->
       
   295 		<key
       
   296 			sequence="M1+'"
       
   297 			commandId="org.eclipse.cdt.ui.edit.opendef"
       
   298 			contextId="org.eclipse.cdt.ui.cEditorScope"
       
   299 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   300 	   
       
   301 		<!-- Edit Keys -->
       
   302 
       
   303 	   	<!-- CW Replace -->
       
   304 		<key
       
   305 			sequence="M1+H"
       
   306 			commandId="org.eclipse.ui.edit.findReplace"
       
   307 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   308 
       
   309 	   	<!-- CW Undo -->
       
   310 		<key
       
   311 			commandId="org.eclipse.ui.edit.undo"
       
   312 			sequence="M1+BS"
       
   313 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   314 
       
   315 	   	<!-- File Keys -->
       
   316 		<!-- Help Keys -->
       
   317 		<!-- MakeFile Source Keys -->
       
   318 		<!-- Navigate Keys -->
       
   319 	   
       
   320 		<!-- Project Keys -->
       
   321 		<!-- CW Make -->
       
   322  		<key
       
   323 			sequence="F7"
       
   324 			commandId="com.nokia.carbide.cpp.buildProject"
       
   325 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   326 		<!-- CW Remove Object Code (Clean) -->	
       
   327 		<key
       
   328 			sequence="M1+-"
       
   329 			commandId="org.eclipse.ui.project.cleanAction"
       
   330 			schemeId="com.nokia.carbide.cpp.codewarrior"/>	
       
   331 		<!-- CW Compile -->
       
   332  		<key
       
   333 			sequence="M1+F7"
       
   334 			commandId="com.nokia.carbide.cpp.builder.utils.commands.compileSource"
       
   335 			schemeId="com.nokia.carbide.cpp.codewarrior"/>		   
       
   336 		<!-- CW New -->
       
   337 		<key
       
   338 			sequence="M1+M2+N"
       
   339 			commandId="org.eclipse.ui.newWizard"
       
   340 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   341 	   
       
   342 		<!-- Run/Debug Keys -->
       
   343 	   
       
   344 		<!-- CW Start -->
       
   345 		<key
       
   346 			sequence="M1+F5"
       
   347 			commandId="org.eclipse.debug.ui.commands.RunLast"
       
   348 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   349 	   
       
   350 		<!-- CW StartWithoutDebugging -->
       
   351 		<key
       
   352 			sequence="F5"
       
   353 			commandId="org.eclipse.debug.ui.commands.DebugLast"
       
   354 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   355 	   
       
   356 		<!-- CW Resume -->
       
   357 		<key
       
   358             sequence="F5"
       
   359             commandId="org.eclipse.debug.ui.commands.Resume"
       
   360             contextId="org.eclipse.debug.ui.debugging"
       
   361             schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   362 
       
   363 		<!-- CW StepInto -->
       
   364 		<key
       
   365 			sequence="F11"
       
   366 			commandId="org.eclipse.debug.ui.commands.StepInto"
       
   367 			contextId="org.eclipse.debug.ui.debugging"
       
   368 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   369 	   
       
   370 		<!-- CW StepOver -->
       
   371 		<key
       
   372 			sequence="F10"
       
   373 			commandId="org.eclipse.debug.ui.commands.StepOver"
       
   374 			contextId="org.eclipse.debug.ui.debugging"
       
   375 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   376 	   
       
   377 		<!-- MSVS StepReturn -->
       
   378 		<key
       
   379 			sequence="M2+F11"
       
   380 			commandId="org.eclipse.debug.ui.commands.StepReturn"
       
   381 			contextId="org.eclipse.debug.ui.debugging"
       
   382 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   383 	   
       
   384 		<!-- CW ToggleBreakpoint -->
       
   385 		<key
       
   386 			sequence="F9"
       
   387 			commandId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
       
   388             contextId="org.eclipse.ui.globalScope"
       
   389 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   390 	   
       
   391 		<!-- Search Keys -->
       
   392 		<key
       
   393 			sequence="Ctrl+Shift+M"
       
   394 			commandId="com.nokia.carbide.search.system.ui.openSystemSearchPage"
       
   395 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   396 			
       
   397 		<!-- CW Word searching -->
       
   398 		<key
       
   399 			sequence="M1+F3"
       
   400 			commandId="org.eclipse.search.ui.performTextSearchWorkspace"
       
   401 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   402 
       
   403 		<!-- CW Find Next -->
       
   404 		<key
       
   405 			sequence="F3"
       
   406 	        commandId="org.eclipse.ui.edit.findNext"
       
   407 	        contextId="org.eclipse.ui.textEditorScope"
       
   408 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   409 
       
   410 		<!-- CW Find Previous -->
       
   411 		<key
       
   412 			sequence="M2+F3"
       
   413 	        commandId="org.eclipse.ui.edit.findPrevious"
       
   414 	        contextId="org.eclipse.ui.textEditorScope"
       
   415 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   416 
       
   417 		<!-- Text Editing Keys -->
       
   418 
       
   419 	   	<!-- CW Goto Line -->
       
   420 		<key
       
   421 			sequence="M1+G"
       
   422 			commandId="org.eclipse.ui.edit.text.goto.line"
       
   423 			contextId="org.eclipse.ui.textEditorScope"
       
   424 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   425 
       
   426 		<key	
       
   427 			sequence="M1+M2+ARROW_LEFT"
       
   428 			commandId="org.eclipse.ui.edit.text.select.wordPrevious"
       
   429 			contextId="org.eclipse.ui.textEditorScope"
       
   430 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   431 	   
       
   432 		<key
       
   433 			sequence="M1+M2+ARROW_RIGHT"
       
   434 			commandId="org.eclipse.ui.edit.text.select.wordNext"
       
   435 			contextId="org.eclipse.ui.textEditorScope"
       
   436 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   437 
       
   438 		<key
       
   439             sequence="M1+F2" 
       
   440             commandId="org.eclipse.ui.edit.addBookmark"
       
   441 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   442 
       
   443 	    <!-- View Keys -->
       
   444 		<!-- Views Keys -->
       
   445 		<!-- Window Keys -->
       
   446 		
       
   447 		<key
       
   448 			sequence="M1+TAB"
       
   449             commandId="org.eclipse.ui.window.nextEditor"
       
   450 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   451 
       
   452 		<key
       
   453 			sequence="M1+M2+TAB"
       
   454             commandId="org.eclipse.ui.window.previousEditor"
       
   455 			schemeId="com.nokia.carbide.cpp.codewarrior"/>
       
   456 
       
   457 	  
       
   458    </extension>
       
   459    
       
   460 <!-- =================================================================================== -->
       
   461 <!-- Product startup extension                                                           -->
       
   462 <!-- =================================================================================== -->
       
   463 	<extension point="org.eclipse.ui.startup">
       
   464 		  <startup class="com.nokia.carbide.cpp.ProductStartup"/>
       
   465 	</extension>
       
   466 	
       
   467 <!-- =================================================================================== -->
       
   468 <!-- Carbide welcome page theme                                                          -->
       
   469 <!-- =================================================================================== -->
       
   470 	<extension
       
   471 		  point="org.eclipse.ui.intro.configExtension">
       
   472 		
       
   473 	   <theme
       
   474 			 default="true"
       
   475 			 id="com.nokia.carbide.cpp.carbide"
       
   476 			 name="%theme.name.carbide"
       
   477 			 path="$nl$/themes/carbide"
       
   478 			 previewImage="$nl$/themes/carbide/preview.png">
       
   479 
       
   480 		   	<property
       
   481 				name="launchbarBackground"
       
   482 				value="#a1c2cb"/>
       
   483 		   
       
   484             <property name="capitalizeTitles"
       
   485             		value="true"/>
       
   486 		   
       
   487             <property name="launchbarOverviewIcon"
       
   488             		  value="$theme$graphics/launchbar/overview.gif"/>
       
   489             <property name="launchbarFirststepsIcon"
       
   490             		  value="$theme$graphics/launchbar/firststeps16.png"/>
       
   491             <property name="launchbarTutorialsIcon"
       
   492             		  value="$theme$graphics/launchbar/tutorials.gif"/>
       
   493             <property name="launchbarSamplesIcon"
       
   494             		  value="$theme$graphics/launchbar/samples.gif"/>
       
   495             <property name="launchbarWhatsnewIcon"
       
   496             		  value="$theme$graphics/launchbar/whatsnew.gif"/>
       
   497             <property name="launchbarMigrateIcon"
       
   498             		  value="$theme$graphics/launchbar/migrate16.png"/>
       
   499             <property name="launchbarWebresourcesIcon"
       
   500             		  value="$theme$graphics/launchbar/webresources16.png"/>
       
   501             		  
       
   502             <property name="highContrast-overview"
       
   503             		  value="$theme$graphics/icons/etool/overview72.gif"/>
       
   504             <property name="highContrast-firststeps"
       
   505             		  value="$theme$graphics/icons/etool/firsteps72.gif"/>
       
   506             <property name="highContrast-tutorials"
       
   507             		  value="$theme$graphics/icons/etool/tutorials72.gif"/>
       
   508             <property name="highContrast-samples"
       
   509             		  value="$theme$graphics/icons/etool/samples72.gif"/>
       
   510             <property name="highContrast-whatsnew"
       
   511             		  value="$theme$graphics/icons/etool/whatsnew72.gif"/>
       
   512             <property name="highContrast-webresources"
       
   513             		  value="$theme$graphics/icons/etool/webrsrc72.gif"/>
       
   514             <property name="highContrast-migrate"
       
   515             		  value="$theme$graphics/icons/etool/migrate72.gif"/>
       
   516 		   
       
   517 		</theme>
       
   518 	</extension>
       
   519  <extension point="com.nokia.carbide.cpp.diagnosticLogGroup">
       
   520    <diagnosticLogGroup
       
   521            id="com.nokia.carbide.cpp.diagnosticLogs"
       
   522            name="Carbide.c++ Diagnostic Logs">
       
   523    </diagnosticLogGroup>
       
   524        
       
   525  </extension>
       
   526  <extension
       
   527        point="org.eclipse.ui.preferencePages">
       
   528     <page
       
   529           category="com.nokia.carbide.cpp.project.ui.preferences.CarbidePreferencePage"
       
   530           class="com.nokia.carbide.cpp.logging.LoggingPreferencesPage"
       
   531           id="com.nokia.carbide.cpp.LoggingPreferencesPage"
       
   532           name="Diagnostic Logs">
       
   533     </page>
       
   534  </extension>
       
   535 
       
   536 	<extension
       
   537          point="org.eclipse.ui.preferencePages">
       
   538       <page
       
   539            name="Carbide Extensions"
       
   540            class="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage"
       
   541            id="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage"/>         
       
   542    </extension>
       
   543 
       
   544 </plugin>