carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/plugin.xml
author timkelly
Thu, 23 Sep 2010 12:08:33 -0500
changeset 2095 32ca30af5f6b
parent 0 fb279309251b
permissions -rw-r--r--
ed's fix to remove job to save language data cache. was causing more problems than it fixed.

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