apicompatanaapps/compatanalyser/com.nokia.s60tools.compatibilityanalyser.help/plugin.xml
author noe\swadi
Sat, 09 Jan 2010 10:05:34 +0530
changeset 0 dd9cd96ed247
permissions -rw-r--r--
1. Copyrights changed to EPL. 2. Some functionality updated, mentioned in release notes.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="toc.xml"
            primary="true"/>
      <toc
            file="tocconcepts.xml"
            />
      <toc
            file="tocgettingstarted.xml"/>
      <toc
            file="toctasks.xml"/>
      <toc
            file="tocreferences.xml"/>
   </extension>
   <extension
         point="org.eclipse.help.index">
      <index file="index.xml"/>
   </extension>
   <extension
         point="org.eclipse.help.contexts">
      <contexts file="contexts.xml"/>
   </extension>

</plugin>