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.pde.doc.user_3.1.1 / toc.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  4.2 KB  |  74 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?NLS TYPE="org.eclipse.help.toc"?>
  3. <!-- ============================================================================= -->
  4. <!-- Define topics for the main guide                                              -->
  5. <!-- ============================================================================= -->
  6. <toc label="PDE Guide" extradir="guide/intro">
  7.     <topic label="Getting Started">
  8.         <topic label="Introduction to PDE" href="guide/pde.htm"/>
  9.         <topic label="Preparing the workbench" href="guide/pde_setup.htm"/>
  10.         <topic label="Concepts" href="guide/pde_configuring.htm"/>
  11.         <topic label="Basic Plug-in Tutorial">
  12.             <topic label="Creating a plug-in project" href="guide/pde_creating.htm"/>
  13.             <topic label="Plug-in manifest editor" href="guide/pde_manifest.htm">
  14.                 <topic label="Overview page" href="guide/pde_manifest_overview.htm" />
  15.                 <topic label="Dependencies page" href="guide/pde_manifest_dependencies.htm"/>
  16.                 <topic label="Runtime page" href="guide/pde_manifest_runtime.htm" />
  17.                 <topic label="Extensions page" href="guide/pde_manifest_extensions.htm" />
  18.                 <topic label="Extension points page" href="guide/pde_manifest_extensionpoints.htm" />
  19.                 <topic label="Build configuration page" href="guide/pde_build_editor.htm" />
  20.                 <topic label="Source pages" href="guide/pde_manifest_source.htm" />
  21.             </topic>
  22.             <topic label="Running a plug-in" href="guide/pde_running.htm">
  23.                 <topic label="Choosing plug-ins to run" href="guide/pde_running_plugins.htm"/>
  24.                 <topic label="Running with tracing" href="guide/pde_running_tracing.htm"/>
  25.             </topic>
  26.             <topic label="Exporting a plug-in" href="guide/pde_deploy.htm"/>
  27.         </topic>
  28.         <topic label="Fragments" href="guide/pde_fragment.htm">
  29.             <topic label="Fragment example" href="guide/pde_fragment_example.htm"/>
  30.         </topic>
  31.         <topic label="Features" href="guide/pde_features.htm">
  32.             <topic label="Setting up a feature project" href="guide/pde_feature_setup.htm"/>
  33.             <topic label="Feature manifest editor" href="guide/pde_feature_manifest.htm"/>
  34.             <topic label="Synchronizing versions" href="guide/pde_feature_synchronizing.htm"/>
  35.             <topic label="Exporting a feature" href="guide/pde_feature_generating.htm"/>
  36.             <topic label="Advanced topics in building features">
  37.                 <topic label="Build configuration" href="guide/pde_feature_generating_build.htm"/>
  38.                 <topic label="Generating Ant scripts from PDE" href="guide/pde_feature_generating_ant.htm"/>
  39.                 <topic label="Generating Ant scripts from scripts" href="guide/pde_feature_generating_antcommandline.htm"/>
  40.             </topic>
  41.         </topic>
  42.         <topic label="Update Sites" href="guide/pde_sites.htm">
  43.            <topic label="Setting up an update site project" href="guide/pde_site_setup.htm"/>
  44.            <topic label="Building plug-ins and features using update site editor" href="guide/pde_site_building.htm"/>
  45.            <topic label="Previewing update sites" href="guide/pde_site_previewing.htm"/>
  46.         </topic>   
  47.         <topic label="Eclipse Products">
  48.             <topic label="RCP template" href="guide/rcp_project.htm"/>
  49.             <topic label="Product Configuration" href="guide/product_configuration.htm"/>
  50.             <topic label="Product Editor" href="guide/product_editor.htm">
  51.                 <topic label="Feature-Based Configuration" href="guide/feature_based_product.htm"/>
  52.             </topic>
  53.             <topic label="Exporting a Product" href="guide/product_export.htm"/>
  54.         </topic>
  55.     </topic>
  56.     <topic label="Tasks">
  57.         <topic label="Creating an extension point schema" href="guide/pde_schema.htm">
  58.             <topic label="Extension point schema editor" href="guide/pde_schema_editor.htm"/>
  59.             <topic label="Using extension point schema" href="guide/pde_schema_using.htm"/>
  60.         </topic>
  61.         <topic label="Converting existing projects" href="guide/pde_convert.htm"/>
  62.     </topic>
  63.  
  64.     <topic label="Reference">
  65.         <link toc="topics_Reference.xml" />
  66.         <topic label="Access Restrictions" href="guide/restrictions.htm"/>
  67.         <topic label="Plug-ins as JARs" href="guide/plugins_as_jars.htm"/>
  68.         <topic label="Dynamic classpaths FAQ" href="guide/dynamic-classpaths.htm"/>    
  69.     </topic>
  70.     
  71.     <topic label="Tips and tricks" href="tips/pde_tips.htm"/>
  72.     <topic label="What's new" href="whatsNew/pde_whatsnew.htm"/>
  73.     <topic label="Legal" href="notices.html"/>
  74. </toc>