home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.platform.doc.isv_3.1.1 / plugin.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  1.4 KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.0"?>
  3. <plugin>
  4.  
  5. <!-- ============================================================================= -->
  6. <!-- Small library containing a live help action used in doc                             -->
  7. <!-- ============================================================================= -->
  8.     
  9. <!-- ============================================================================= -->
  10. <!-- Define primary TOC                                                            -->
  11. <!-- ============================================================================= -->
  12.    <extension
  13.          point="org.eclipse.help.toc">
  14.       <toc
  15.             file="toc.xml"
  16.             primary="true">
  17.       </toc>
  18.       <index path="index"/>
  19.    </extension>
  20. <!-- ============================================================================= -->
  21. <!-- Define TOCs                                                                   -->
  22. <!-- ============================================================================= -->
  23.    <extension
  24.          point="org.eclipse.help.toc">
  25.       <toc
  26.             file="topics_Guide.xml">
  27.       </toc>
  28.       <toc
  29.             file="topics_Reference.xml">
  30.       </toc>
  31.       <toc
  32.             file="topics_Porting.xml">
  33.       </toc>
  34.       <toc
  35.             file="topics_Questions.xml">
  36.       </toc>
  37.       <toc
  38.             file="topics_Samples.xml">
  39.       </toc>
  40.    </extension>
  41.  
  42. </plugin>
  43.