testdev/ite/src/com.nokia.testfw.sut.help/plugin.xml
author Johnson Ma <johnson.ma@nokia.com>
Tue, 30 Mar 2010 14:39:29 +0800
changeset 1 96906a986c3b
permissions -rw-r--r--
contribute ITE to symbian foundation

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

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

      <toc
            file="tocgettingstarted.xml"
            primary="false" />

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

	<extension point="org.eclipse.help.contexts">
  	</extension>
</plugin>