carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/plugin.xml
author Ed Swartz <ed.swartz@nokia.com>
Fri, 14 May 2010 10:59:33 -0500
changeset 1358 b1fb3bf8174e
parent 0 fb279309251b
permissions -rw-r--r--
Add more language codes and stifle these unknown language warnings forever (bug 10958)

<?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>