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.user_3.1.1 / plugin.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  3.2 KB  |  86 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?eclipse version="3.0"?>
  3.  
  4. <!-- ===================================================== -->
  5. <!-- Declare the documentation for the Platform User 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_GettingStarted.xml" />
  27.        <toc file="topics_Concepts.xml" />
  28.        <toc file="topics_Tasks.xml" />
  29.        <toc file="topics_Reference.xml" />
  30.    </extension>
  31.  
  32. <!-- ============================================================================= -->
  33. <!-- F1 context files                                                              -->
  34. <!-- ============================================================================= -->
  35.  
  36.    <extension point="org.eclipse.help.contexts"> 
  37.        <contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui"/> 
  38.    </extension>
  39.    
  40.     <extension point="org.eclipse.help.contexts"> 
  41.        <contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui.ide"/> 
  42.    </extension>
  43.  
  44.    <extension point="org.eclipse.help.contexts"> 
  45.        <contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui.workbench.texteditor"/> 
  46.    </extension>
  47.  
  48.    <extension point="org.eclipse.help.contexts"> 
  49.        <contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui.editors"/> 
  50.    </extension>
  51.    
  52.    <extension point="org.eclipse.help.contexts">
  53.            <contexts file="contexts_ExternalTools.xml" plugin="org.eclipse.ui.externaltools"/>
  54.    </extension>
  55.  
  56.    <extension point="org.eclipse.help.contexts"> 
  57.        <contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui.browser"/> 
  58.    </extension>
  59.  
  60.    <extension point="org.eclipse.help.contexts">
  61.            <contexts file="contexts_AntUI.xml" plugin="org.eclipse.ant.ui"/>
  62.    </extension>
  63.  
  64.    <extension point="org.eclipse.help.contexts"> 
  65.        <contexts file="contexts_Team.xml" plugin="org.eclipse.team.ui"/> 
  66.    </extension>
  67.  
  68.    <extension point="org.eclipse.help.contexts"> 
  69.        <contexts file="contexts_Team_CVS.xml" plugin="org.eclipse.team.cvs.ui"/> 
  70.    </extension>
  71.  
  72.     <extension point="org.eclipse.help.contexts"> 
  73.         <contexts file="contexts_Compare.xml" plugin="org.eclipse.compare"/> 
  74.     </extension>
  75.    
  76.    <extension point="org.eclipse.help.contexts"> 
  77.       <contexts file="contexts_Search.xml" plugin="org.eclipse.search"/> 
  78.    </extension>
  79.    
  80.     <extension point="org.eclipse.help.contexts"> 
  81.         <contexts file="contexts_Update.xml"  plugin="org.eclipse.update.ui"/> 
  82.     </extension>
  83.  
  84.  
  85. </plugin>
  86.