sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/plugin.xml
changeset 2 b9ab3b238396
child 5 844b047e260d
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.0"?>
       
     3 <plugin>
       
     4    <extension
       
     5          point="org.eclipse.help.toc">
       
     6       <toc
       
     7             file="tocPI.xml"
       
     8             primary="true"/>
       
     9       <toc
       
    10             file="tocConcepts.xml"
       
    11             primary="false"/>
       
    12       <toc
       
    13             file="tocProfiler.xml"
       
    14             primary="false"/>
       
    15       <toc
       
    16             file="tocAnalyzer.xml"
       
    17             primary="false"/>
       
    18 	   
       
    19 	  <!-- Moved release notice to manual (20080517)
       
    20       <toc
       
    21             file="tocRelease.xml"
       
    22             primary="false"/>
       
    23 	  -->
       
    24 	   
       
    25  		<index path="index" />
       
    26 
       
    27    </extension>
       
    28 
       
    29 
       
    30 	<!-- Performance Investigator cheatsheets extension -->
       
    31 	
       
    32    <extension
       
    33          point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       
    34       <category
       
    35             id="com.nokia.carbide.cpp.pi.cheatsheets"
       
    36             name="Carbide.c++ Performance Investigator" />
       
    37       <cheatsheet
       
    38             category="com.nokia.carbide.cpp.pi.cheatsheets"
       
    39             contentFile="html/cheatsheets/getStarted_pi_cs.xml"
       
    40             id="com.nokia.carbide.cpp.pi.doc.user.getStarted"
       
    41             name="Performance Investigator Setup"/>
       
    42       <cheatsheet
       
    43             category="com.nokia.carbide.cpp.pi.cheatsheets"
       
    44             composite="false"
       
    45             contentFile="$nl$/html/cheatsheets/getStarted_pi_cs.xml"
       
    46             id="com.nokia.carbide.cpp.pi.help.cheatsheet919016247"
       
    47             name="Performance Investigator Setup">
       
    48       </cheatsheet>
       
    49    </extension>
       
    50 
       
    51 	
       
    52 	<!-- Add PI info to Welcome pages to extend content -->
       
    53 	
       
    54 	<extension
       
    55 		point="org.eclipse.ui.intro.configExtension">
       
    56 		
       
    57 		<configExtension
       
    58 			configId="org.eclipse.ui.intro.universalConfig" 
       
    59 			content="intro/overviewProfilerExtContent.xml" /> 
       
    60 		 
       
    61 		<configExtension
       
    62 			configId="org.eclipse.ui.intro.universalConfig"
       
    63 			content="intro/whatsnewProfilerExtContent.xml" /> 
       
    64 		 
       
    65 <!--		<configExtension
       
    66 			configId="com.nokia.carbide.cpp.introConfig"
       
    67 			content="intro/tutorialsProfilerExtContent.xml" /> 
       
    68 -->
       
    69 	</extension>
       
    70 
       
    71 	
       
    72 	<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views -->
       
    73 	
       
    74 	<extension point="org.eclipse.help.contexts" >
       
    75 
       
    76        <!-- PI THREADS/BINARY/FN TABS -->
       
    77        <contexts file="html/context_help/com_nokia_carbide_pi_address.xml"
       
    78        		plugin="com.nokia.carbide.cpp.pi.address" />
       
    79 
       
    80        <!-- PI BUTTON TABS -->
       
    81        <contexts file="html/context_help/com_nokia_carbide_pi_button.xml"
       
    82        		plugin="com.nokia.carbide.cpp.pi.button" />
       
    83 
       
    84        <!-- PI FN CALLS TAB -->
       
    85        <contexts file="html/context_help/com_nokia_carbide_pi_call.xml" 
       
    86        		plugin="com.nokia.carbide.cpp.pi.call" />
       
    87 
       
    88        <!-- PI IMPORT WIZARD -->
       
    89        <contexts file="html/context_help/com_nokia_carbide_pi_wizards.xml" 
       
    90        		plugin="com.nokia.carbide.cpp.pi.wizards" />
       
    91 
       
    92        <!-- ECLIPSE NEW/IMPORT/EXPORT WIZARDS and PREF PANELS HELP  -->
       
    93        <contexts file="html/context_help/org_eclipse_ui.xml"
       
    94        		plugin="org.eclipse.ui" />
       
    95 
       
    96 	</extension>
       
    97 
       
    98 	
       
    99 	<!-- KEYWORD INDEX ADDITION -->
       
   100 	
       
   101 	 <extension
       
   102 	       point="org.eclipse.help.index">
       
   103 	    <index file="html/index.xml"/>
       
   104 	 </extension>
       
   105 
       
   106 </plugin>