crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.help/plugin.xml
changeset 0 5ad7ad99af01
equal deleted inserted replaced
-1:000000000000 0:5ad7ad99af01
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.2"?>
       
     3 <plugin>
       
     4 
       
     5 	<extension point="org.eclipse.help.toc">
       
     6 		<toc 
       
     7 			file="html/toolTOC.xml" 
       
     8 			primary="true">
       
     9 		</toc>
       
    10 		<toc 
       
    11 			file="html/tocConcepts.xml" 
       
    12 			primary="false"/>
       
    13 		<toc 
       
    14 			file="html/tocTasks.xml" 
       
    15 			primary="false"/>
       
    16 		<toc 
       
    17 			file="html/tocReferences.xml" 
       
    18 			primary="false"/>
       
    19 	</extension>
       
    20 
       
    21 	<extension point="org.eclipse.help.contexts">
       
    22 		<contexts
       
    23 			file="html/contexts.xml"
       
    24 			plugin="com.nokia.s60tools.crashanalyser.help"/>
       
    25 	</extension>
       
    26 
       
    27 	<extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       
    28 		<category
       
    29 			id="com.nokia.carbide.cpp.tools.cheatsheets" 
       
    30 			name="Carbide.c++ Tools" /> 
       
    31 		<cheatsheet 
       
    32 			category="com.nokia.carbide.cpp.tools.cheatsheets"
       
    33 			contentFile="html/cheatsheets/getStarted_ca_cs.xml"
       
    34 			composite="false" 
       
    35 			id="com.nokia.s60tools.crashanalyser.quickstart"
       
    36 			name="CrashAnalyser Quick Start Guide: Capturing and analysing crash data"/>
       
    37 	</extension>
       
    38    
       
    39 	<extension point="org.eclipse.help.index">
       
    40 	</extension>
       
    41 
       
    42 <!-- =================================================================================== -->
       
    43 <!-- Universal Intro support for welcome pages                                           -->
       
    44 <!-- =================================================================================== -->
       
    45 	<extension point="org.eclipse.ui.intro.configExtension">	
       
    46 		<configExtension
       
    47 			configId="org.eclipse.ui.intro.universalConfig" 
       
    48 			content="html/intro/overviewCrashAnalyserExtContent.xml" />		 
       
    49 		<configExtension
       
    50 			configId="org.eclipse.ui.intro.universalConfig"
       
    51 			content="html/intro/tutorialsCrashAnalyserExtContent.xml" />		 
       
    52 	</extension>
       
    53    
       
    54 </plugin>