htiextension/com.nokia.s60tools.hticonnection.help/plugin.xml
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.0"?>
       
     3 <plugin>
       
     4    <extension point="org.eclipse.help.toc">
       
     5       <toc
       
     6             file="html/toolTOC.xml"
       
     7             primary="true">
       
     8       </toc>
       
     9       <toc
       
    10             file="html/tocConcepts.xml"
       
    11 	primary="false"/>  
       
    12      
       
    13       <toc
       
    14             file="html/tocGettingStarted.xml"
       
    15 	primary="false"/>  
       
    16     
       
    17       <toc
       
    18             file="html/tocTasks.xml"
       
    19 	primary="false"/>
       
    20 
       
    21       <toc
       
    22             file="html/tocReference.xml"
       
    23       primary="false"/>
       
    24 
       
    25    </extension>
       
    26 
       
    27 	<extension point="org.eclipse.help.index" >
       
    28         <index file="html/index.xml"/>
       
    29     </extension>
       
    30 
       
    31 	<extension point="org.eclipse.help.contexts">
       
    32       <contexts file="html/contexts.xml"
       
    33             plugin="com.nokia.s60tools.hticonnection.help"/>
       
    34    </extension>
       
    35 
       
    36 </plugin>