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.jdt.doc.isv_3.1.1 / plugin.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  1.2 KB  |  33 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.0"?>
  3.  
  4. <!-- ===================================================== -->
  5. <!-- Declare the documentation for the JDT ISV Guide       -->
  6. <!-- We will declare only one infoset (book)               -->
  7. <!-- ===================================================== -->
  8.  
  9. <plugin>
  10.  
  11.  
  12. <!-- ============================================================================= -->
  13. <!-- Define primary TOC                                                            -->
  14. <!-- ============================================================================= -->
  15.  
  16.    <extension point="org.eclipse.help.toc"> 
  17.        <toc file="toc.xml" primary="true" />
  18.        <index path="index"/>
  19.    </extension>
  20.  
  21. <!-- ============================================================================= -->
  22. <!-- Define TOCs                                                                   -->
  23. <!-- ============================================================================= -->
  24.  
  25.    <extension point="org.eclipse.help.toc"> 
  26.        <toc file="topics_Guide.xml" />   
  27.        <toc file="topics_Reference.xml" />   
  28.        <toc file="topics_Questions.xml" />   
  29.        <toc file="topics_Samples.xml" />   
  30.    </extension>
  31.  
  32. </plugin>
  33.