Initial commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define topics for the main guide -->
|
||||
<!-- ============================================================================= -->
|
||||
<toc label="PDE Guide">
|
||||
<topic label="Getting Started">
|
||||
<topic label="Introduction to PDE" href="guide/pde.htm"/>
|
||||
<topic label="Preparing the workbench" href="guide/pde_setup.htm"/>
|
||||
<topic label="Concepts" href="guide/pde_configuring.htm"/>
|
||||
<topic label="Basic Plug-in Tutorial">
|
||||
<topic label="Creating a plug-in project" href="guide/pde_creating.htm"/>
|
||||
<topic label="Plug-in manifest editor" href="guide/pde_manifest.htm">
|
||||
<topic label="Overview page" href="guide/pde_manifest_overview.htm" />
|
||||
<topic label="Dependencies page" href="guide/pde_manifest_dependencies.htm"/>
|
||||
<topic label="Runtime page" href="guide/pde_manifest_runtime.htm" />
|
||||
<topic label="Extensions page" href="guide/pde_manifest_extensions.htm" />
|
||||
<topic label="Extension points page" href="guide/pde_manifest_extensionpoints.htm" />
|
||||
<topic label="Build configuration page" href="guide/pde_build_editor.htm" />
|
||||
<topic label="Source page" href="guide/pde_manifest_source.htm" />
|
||||
</topic>
|
||||
<topic label="Running a plug-in" href="guide/pde_running.htm">
|
||||
<topic label="Choosing plug-ins to run" href="guide/pde_running_plugins.htm"/>
|
||||
<topic label="Running with tracing" href="guide/pde_running_tracing.htm"/>
|
||||
</topic>
|
||||
<topic label="Deploying a plug-in" href="guide/pde_deploy.htm"/>
|
||||
</topic>
|
||||
<topic label="Fragments" href="guide/pde_fragment.htm">
|
||||
<topic label="Fragment example" href="guide/pde_fragment_example.htm"/>
|
||||
</topic>
|
||||
<topic label="Features" href="guide/pde_features.htm">
|
||||
<topic label="Setting up a feature project" href="guide/pde_feature_setup.htm"/>
|
||||
<topic label="Feature manifest editor" href="guide/pde_feature_manifest.htm"/>
|
||||
<topic label="Synchronizing versions" href="guide/pde_feature_synchronizing.htm"/>
|
||||
<topic label="Deploying a feature" href="guide/pde_feature_generating.htm"/>
|
||||
<topic label="Advanced topics in building features">
|
||||
<topic label="Build configuration" href="guide/pde_feature_generating_build.htm"/>
|
||||
<topic label="Generating Ant scripts from PDE" href="guide/pde_feature_generating_ant.htm"/>
|
||||
<topic label="Generating Ant scripts from scripts" href="guide/pde_feature_generating_antcommandline.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic label="Update Sites" href="guide/pde_sites.htm">
|
||||
<topic label="Setting up an update site project" href="guide/pde_site_setup.htm"/>
|
||||
<topic label="Building plug-ins and features using update site editor" href="guide/pde_site_building.htm"/>
|
||||
<topic label="Previewing update sites" href="guide/pde_site_previewing.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic label="Tasks">
|
||||
<topic label="Creating an extension point schema" href="guide/pde_schema.htm">
|
||||
<topic label="Extension point schema editor" href="guide/pde_schema_editor.htm"/>
|
||||
<topic label="Using extension point schema" href="guide/pde_schema_using.htm"/>
|
||||
</topic>
|
||||
<topic label="Converting existing projects" href="guide/pde_convert.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Reference">
|
||||
<link toc="topics_Reference.xml" />
|
||||
<topic label="Dynamic classpaths FAQ" href="guide/dynamic-classpaths.htm"/>
|
||||
</topic>
|
||||
<topic label="Tips and tricks" href="tips/pde_tips.htm"/>
|
||||
<topic label="What's new" href="whatsNew/pde_whatsnew.htm"/>
|
||||
<topic label="Legal" href="notices.html"/>
|
||||
</toc>
|
||||
Reference in New Issue
Block a user