carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/plugin.xml
author dadubrow
Wed, 16 Dec 2009 10:28:34 -0600
changeset 688 ae5ff180a61d
parent 0 fb279309251b
permissions -rw-r--r--
Changes to remote connections add javadoc to IConnectionsManager + IConnectionTypeProvider deprecate internal methods and don't use them internally from interface add new interfaces and methods to support host PnP

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