imakerplugin/com.nokia.s60tools.imaker.doc.user/plugin.xml
changeset 0 61163b28edca
child 11 217e69fc5beb
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.2"?>
       
     3 
       
     4 <plugin>
       
     5 	<extension point="org.eclipse.help.toc">
       
     6 		<toc
       
     7 			file="html/toolTOC.xml"
       
     8 			primary="true"/>
       
     9   <toc
       
    10         file="html/tocConcepts.xml"
       
    11         primary="false"/>
       
    12   <toc
       
    13         file="html/tocReference.xml"
       
    14         primary="false"/>
       
    15   <toc
       
    16         file="html/tocTasks.xml"
       
    17         primary="false"/>
       
    18      
       
    19 	</extension>
       
    20    
       
    21 	
       
    22 	<!-- Carbide.c++ cheatsheets extension -->
       
    23 	<!--
       
    24 	<extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       
    25 		<category
       
    26 			id="com.nokia.carbide.ide.cheatsheets"
       
    27 			name="Carbide.c++" />
       
    28 		<cheatsheet
       
    29 			category="com.nokia.carbide.ide.cheatsheets"
       
    30 			contentFile="html/cheatsheets/getStarted_cs.xml"
       
    31 			id="com.nokia.cdt.debug.help.getStarted"
       
    32 			name="HelloCarbide Project Example"/>
       
    33 	</extension>
       
    34     -->
       
    35 	
       
    36 	<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views -->
       
    37 	<!--
       
    38 	<extension point="org.eclipse.help.contexts" >
       
    39 
       
    40        <contexts file="html/context_help/org_eclipse_debug_ui.xml"
       
    41        		plugin="org.eclipse.debug.ui" />
       
    42 
       
    43 	</extension>
       
    44 	-->
       
    45 	
       
    46 	<extension point="org.eclipse.help.index" >
       
    47         <index file="html/index.xml"/>
       
    48     </extension>
       
    49     
       
    50  <extension point="org.eclipse.help.contexts">
       
    51  	<contexts
       
    52        file="html/contexts.xml"
       
    53        plugin="com.nokia.s60tools.imakerplugin.help"/>
       
    54  </extension>
       
    55 
       
    56 	
       
    57 </plugin>