core/com.nokia.carbide.bugreport/plugin.xml
changeset 2 d760517a8095
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.2"?>
       
     3 <plugin>
       
     4 
       
     5 	<extension point="org.eclipse.ui.startup"> 
       
     6 		<startup class="com.nokia.carbide.internal.bugreport.actions.NewBugReport"/>
       
     7 	</extension>
       
     8 
       
     9     <extension
       
    10       point="org.eclipse.core.runtime.products"
       
    11       id="product">      
       
    12       <product name="Bug Report - Plug-in" application="org.eclipse.ui.ide.workbench" > 
       
    13           <property name="appName" value="Bug Reporter"/> 
       
    14      </product> 
       
    15    </extension>
       
    16 
       
    17    <extension
       
    18          point="org.eclipse.ui.actionSets">
       
    19       <actionSet
       
    20             label="New Bug Report..."
       
    21             visible="true"
       
    22             id="com.nokia.carbide.bugreport.actionSet">
       
    23          <action
       
    24                label="%help.NewBugReport"
       
    25                icon="icons/bug_report_16x16.png"
       
    26                class="com.nokia.carbide.internal.bugreport.actions.NewBugReport"
       
    27                tooltip="%help.NewBugReportTooltip"
       
    28                menubarPath="help/helpStart"
       
    29                id="com.nokia.carbide.bugreport.actions.NewBugReport">
       
    30          </action>
       
    31       </actionSet>
       
    32    </extension>
       
    33    
       
    34 	<extension-point id="product" name="Product for Bug Reporter" schema="schema/product.exsd"/>
       
    35 
       
    36 <!-- =================================================================================== -->
       
    37 <!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views                      -->
       
    38 <!-- =================================================================================== -->
       
    39 	
       
    40 	<extension point="org.eclipse.help.contexts" >
       
    41 
       
    42        <contexts file="help/bugreport_help.xml"
       
    43        		plugin="com.nokia.carbide.bugreport" />
       
    44 
       
    45        <contexts file="help/bugreport_help.xml"
       
    46        		plugin="com.nokia.carbide.bugdatacollector" />
       
    47 
       
    48    	</extension>
       
    49 
       
    50 
       
    51 <!-- =================================================================================== -->
       
    52 <!-- INSERT HELP PAGES INTO CARBIDE MANUAL                                               -->
       
    53 <!-- =================================================================================== -->
       
    54    <extension point="org.eclipse.help.toc">
       
    55       <toc file="html/bugReporterTOC.xml" primary="true"/>      
       
    56    </extension>
       
    57 
       
    58 </plugin>