carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/plugin.xml
author Ed Swartz <ed.swartz@nokia.com>
Wed, 30 Dec 2009 13:49:15 -0600
changeset 734 9cbe484c2715
parent 0 fb279309251b
permissions -rw-r--r--
Set the other columns as explicitly using the default font, to work around the previous issue (but still pack columns, for consistency).

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

   <extension
         point="org.eclipse.help.toc">
     <toc
          file="sdkTOC.xml"
          primary="true"/>
     <toc
            file="tocStart.xml"
            primary="false"/>
      <toc
            file="tocReference.xml"
            primary="false"/>
      <toc
            file="tocTasks.xml"
            primary="false"/>
      <toc
            file="toccuscomp.xml"
            primary="false"/>
	   
		<index path="index" />
   </extension>

</plugin>