carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/plugin.xml
author timkelly
Fri, 03 Sep 2010 18:19:14 -0500
branchC3_BUILDER_WORK
changeset 1955 d88e9de3a3db
parent 0 fb279309251b
permissions -rw-r--r--
make SDK scan job a user job. Run jobs under new init method to avoid the SDKManager from being constructed twice by client requests.

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