core/com.nokia.carbide.help.common/plugin.xml
author Ed Swartz <ed.swartz@nokia.com>
Fri, 23 Apr 2010 08:25:11 -0500
branchRCL_2_4
changeset 1262 f88340f6e139
parent 0 fb279309251b
permissions -rw-r--r--
PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.

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

   <extension point="org.eclipse.help.toc">
      <toc file="carbideHelpTOC.xml" primary="true">
      </toc>
      <toc file="carbideToolsHelpTOC.xml" primary="false">
      </toc>
      <toc file="s60symbianTOC.xml" primary="false">
      </toc>
      <toc file="s40TOC.xml" primary="false">
      </toc>
      <toc file="s60JavaTOC.xml" primary="false">
      </toc>
      <toc file="s60DevLibsTOC.xml" primary="false">
      </toc>
      <toc file="javaMEDevLibsTOC.xml" primary="false">
      </toc>
      <toc file="uiqCppTOC.xml" primary="false">
      </toc>
      <toc file="symbianDevLibsTOC.xml" primary="false">
      </toc>
   </extension>

</plugin>