sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/plugin.xml
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:32:31 +0200
changeset 2 b9ab3b238396
child 5 844b047e260d
permissions -rw-r--r--
Initial version of Performance Investigator under EPL

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="tocPI.xml"
            primary="true"/>
      <toc
            file="tocConcepts.xml"
            primary="false"/>
      <toc
            file="tocProfiler.xml"
            primary="false"/>
      <toc
            file="tocAnalyzer.xml"
            primary="false"/>
	   
	  <!-- Moved release notice to manual (20080517)
      <toc
            file="tocRelease.xml"
            primary="false"/>
	  -->
	   
 		<index path="index" />

   </extension>


	<!-- Performance Investigator cheatsheets extension -->
	
   <extension
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <category
            id="com.nokia.carbide.cpp.pi.cheatsheets"
            name="Carbide.c++ Performance Investigator" />
      <cheatsheet
            category="com.nokia.carbide.cpp.pi.cheatsheets"
            contentFile="html/cheatsheets/getStarted_pi_cs.xml"
            id="com.nokia.carbide.cpp.pi.doc.user.getStarted"
            name="Performance Investigator Setup"/>
      <cheatsheet
            category="com.nokia.carbide.cpp.pi.cheatsheets"
            composite="false"
            contentFile="$nl$/html/cheatsheets/getStarted_pi_cs.xml"
            id="com.nokia.carbide.cpp.pi.help.cheatsheet919016247"
            name="Performance Investigator Setup">
      </cheatsheet>
   </extension>

	
	<!-- Add PI info to Welcome pages to extend content -->
	
	<extension
		point="org.eclipse.ui.intro.configExtension">
		
		<configExtension
			configId="org.eclipse.ui.intro.universalConfig" 
			content="intro/overviewProfilerExtContent.xml" /> 
		 
		<configExtension
			configId="org.eclipse.ui.intro.universalConfig"
			content="intro/whatsnewProfilerExtContent.xml" /> 
		 
<!--		<configExtension
			configId="com.nokia.carbide.cpp.introConfig"
			content="intro/tutorialsProfilerExtContent.xml" /> 
-->
	</extension>

	
	<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views -->
	
	<extension point="org.eclipse.help.contexts" >

       <!-- PI THREADS/BINARY/FN TABS -->
       <contexts file="html/context_help/com_nokia_carbide_pi_address.xml"
       		plugin="com.nokia.carbide.cpp.pi.address" />

       <!-- PI BUTTON TABS -->
       <contexts file="html/context_help/com_nokia_carbide_pi_button.xml"
       		plugin="com.nokia.carbide.cpp.pi.button" />

       <!-- PI FN CALLS TAB -->
       <contexts file="html/context_help/com_nokia_carbide_pi_call.xml" 
       		plugin="com.nokia.carbide.cpp.pi.call" />

       <!-- PI IMPORT WIZARD -->
       <contexts file="html/context_help/com_nokia_carbide_pi_wizards.xml" 
       		plugin="com.nokia.carbide.cpp.pi.wizards" />

       <!-- ECLIPSE NEW/IMPORT/EXPORT WIZARDS and PREF PANELS HELP  -->
       <contexts file="html/context_help/org_eclipse_ui.xml"
       		plugin="org.eclipse.ui" />

	</extension>

	
	<!-- KEYWORD INDEX ADDITION -->
	
	 <extension
	       point="org.eclipse.help.index">
	    <index file="html/index.xml"/>
	 </extension>

</plugin>