trace/tracebuilder/com.nokia.tracebuilder.help/plugin.xml
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Tue, 24 Aug 2010 14:01:48 +0300
changeset 16 72f198be1c1d
parent 10 ed1c9f64298a
permissions -rw-r--r--
Crash Analyser Carbide Extension 1.4.0

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>

<plugin>
    <extension point="org.eclipse.help.toc">
        <toc
            file="html/toolTOC.xml"
            primary="true" /> 

     <toc
            file="html/tocConcepts.xml"
            primary="false"/>
      <toc
            file="html/tocGettingStarted.xml"
            primary="false"/>
      <toc
            file="html/tocTasks.xml"
            primary="false"/>
      <toc
            file="html/tocReference.xml"
            primary="false"/>

    </extension>

   <extension point="org.eclipse.help.index">
      <index file="html/index.xml"/>
   </extension>

    <extension point="org.eclipse.help.contexts">
        <contexts
            file="html/contexts.xml"
            plugin="com.nokia.tracebuilder.help" />
    </extension>
</plugin>