carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/plugin.xml
author timkelly
Mon, 05 Apr 2010 14:01:00 -0500
branchRCL_2_4
changeset 1160 d7e46ce6d547
parent 0 fb279309251b
permissions -rw-r--r--
For single file compilation under Raptor, make sure to check if anything needs to be appeded to the -c arg value.

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