blob: a5c95341b91876c6df4d43974a88588845da6f4d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Plug-in Development Environment Guide">
<!-- Getting Started -->
<topic label="Getting Started">
<topic label="PDE Overview" href="guide/intro/pde_overview.htm"/>
</topic>
<!-- Tools -->
<topic label="Tools">
<topic label="New Project Creation Wizards" href="guide/tools/project_wizards/new_project_wizards.htm">
<topic label="Plug-in Project" href="guide/tools/project_wizards/new_plugin_project.htm">
<topic label="Plug-in Project Structure" href="guide/tools/project_wizards/plugin_structure.htm"/>
<topic label="Plug-in Content" href="guide/tools/project_wizards/plugin_content.htm"/>
<topic label="Templates" href="guide/tools/project_wizards/plugin_templates.htm"/>
</topic>
<topic label="Plug-in from existing JAR archives" href="guide/tools/project_wizards/plugin_from_archives.htm"/>
<topic label="Fragment Project" href="guide/tools/project_wizards/new_fragment_project.htm">
<topic label="Fragment Project Structure" href="guide/tools/project_wizards/fragment_structure.htm"/>
<topic label="Fragment Content" href="guide/tools/project_wizards/fragment_content.htm"/>
</topic>
<topic label="Feature Project" href="guide/tools/project_wizards/new_feature_project.htm"/>
<topic label="Feature Patch" href="guide/tools/project_wizards/new_feature_patch.htm"/>
<topic label="Update Site Project" href="guide/tools/project_wizards/new_update_site_project.htm"/>
</topic>
<topic label="New File Creation Wizards" href="guide/tools/file_wizards/new_file_wizards.htm">
<topic label="Product Configuration" href="guide/tools/file_wizards/new_product_config.htm"/>
<topic label="Target Definition" href="guide/tools/file_wizards/new_target_definition.htm"/>
<topic label="Extension Point Schema" href="guide/tools/file_wizards/new_schema.htm"/>
<topic label="Cheat Sheet" href="guide/tools/file_wizards/new_cheat_sheet.htm"/>
<topic label="Table of Contents" href="guide/tools/file_wizards/new_toc.htm"/>
</topic>
<topic label="Import Wizards" href="guide/tools/import_wizards/import_wizards.htm">
<topic label="Plug-in Import" href="guide/tools/import_wizards/import_plugins.htm"/>
<topic label="Feature Import" href="guide/tools/import_wizards/import_features.htm"/>
</topic>
<topic label="Export Wizards" href="guide/tools/export_wizards/export_wizards.htm">
<topic label="Plug-in Export" href="guide/tools/export_wizards/export_plugins.htm"/>
<topic label="Feature Export" href="guide/tools/export_wizards/export_features.htm"/>
<topic label="Product Export" href="guide/tools/export_wizards/export_product.htm"/>
</topic>
<topic label="Task Wizards" href="guide/tools/pde_actions/task_wizards.htm">
<topic label="Converting Java Projects to Plug-in Projects" href="guide/tools/pde_actions/convert_projects.htm" />
<topic label="Externalizing Strings" href="guide/tools/pde_actions/externalize_strings.htm" />
<topic label="Organizing Manifest Files" href="guide/tools/pde_actions/organize_manifests.htm" />
<topic label="Updating Classpaths" href="guide/tools/pde_actions/update_classpaths.htm" />
</topic>
<topic label="Views" href="guide/tools/views/views.htm">
<topic label="Error Log" href="guide/tools/views/error_log.htm"/>
<topic label="Plug-in Registry" href="guide/tools/views/plugin_registry.htm"/>
<topic label="Plug-ins" href="guide/tools/views/plugins.htm"/>
<topic label="Plug-in Dependencies" href="guide/tools/views/plugin_dependencies.htm"/>
</topic>
<topic label="Editors" href="guide/tools/editors/editors.htm">
<topic label="Plug-in Manifest Editor" href="guide/tools/editors/manifest_editor/editor.htm">
<topic label="Plug-in Overview" href="guide/tools/editors/manifest_editor/overview.htm"/>
<topic label="Plug-in Dependencies" href="guide/tools/editors/manifest_editor/dependencies.htm"/>
<topic label="Plug-in Runtime" href="guide/tools/editors/manifest_editor/runtime.htm">
<topic label="Access Rules" href="guide/tools/editors/manifest_editor/access_rules.htm"/>
</topic>
<topic label="Plug-in Extensions" href="guide/tools/editors/manifest_editor/extensions.htm"/>
<topic label="Plug-in Extension Points" href="guide/tools/editors/manifest_editor/extension_points.htm"/>
<topic label="Plug-in Build" href="guide/tools/editors/manifest_editor/build.htm"/>
</topic>
<topic label="Feature Manifest Editor" href="guide/tools/editors/feature_editor/feature_editor.htm">
<topic label="Feature Overview" href="guide/tools/editors/feature_editor/overview.htm"/>
<topic label="Feature Information" href="guide/tools/editors/feature_editor/information.htm"/>
<topic label="Included Plug-ins" href="guide/tools/editors/feature_editor/plugins.htm"/>
<topic label="Included Features" href="guide/tools/editors/feature_editor/included_features.htm"/>
<topic label="Feature Dependencies" href="guide/tools/editors/feature_editor/dependencies.htm"/>
<topic label="Feature Installation" href="guide/tools/editors/feature_editor/installation.htm"/>
</topic>
<topic label="Site Manifest Editor" href="guide/tools/editors/site_editor/site_editor.htm">
<topic label="Site Map" href="guide/tools/editors/site_editor/site_map.htm"/>
<topic label="Site Information" href="guide/tools/editors/site_editor/archives.htm"/>
</topic>
<!-- Extension Point Schema Editor-->
<topic label="Extension Point Schema Editor" href="guide/tools/editors/schema_editor/editor.htm">
<topic label="Schema Overview Page" href="guide/tools/editors/schema_editor/page_schema_overview.htm"/>
<topic label="Schema Definition Page" href="guide/tools/editors/schema_editor/page_schema_definition.htm"/>
</topic>
<topic label="Product Configuration Editor" href="guide/tools/editors/product_editor/editor.htm">
<topic label="Product Overview" href="guide/tools/editors/product_editor/overview.htm"/>
<topic label="Product Configuration" href="guide/tools/editors/product_editor/configuration.htm"/>
<topic label="Product Launching" href="guide/tools/editors/product_editor/launching.htm"/>
<topic label="Product Splash" href="guide/tools/editors/product_editor/splash.htm"/>
<topic label="Product Branding" href="guide/tools/editors/product_editor/branding.htm"/>
</topic>
<topic label="Target Definition Editor" href="guide/tools/editors/target_definition_editor/editor.htm">
<topic label="Target Overview" href="guide/tools/editors/target_definition_editor/overview.htm"/>
<topic label="Target Content" href="guide/tools/editors/target_definition_editor/content.htm"/>
<topic label="Target Environment" href="guide/tools/editors/target_definition_editor/environment.htm"/>
</topic>
<!-- Simple Cheat Sheet Editor-->
<topic label="Simple Cheat Sheet Editor" href="guide/tools/editors/simple_cs_editor/editor.htm">
<topic label="Simple Cheat Sheet Page" href="guide/tools/editors/simple_cs_editor/page_cheat-sheet.htm">
<topic label="Content Section" href="guide/tools/editors/simple_cs_editor/section_content.htm"/>
<topic label="Title Section" href="guide/tools/editors/simple_cs_editor/section_title.htm"/>
<topic label="Introduction Section" href="guide/tools/editors/simple_cs_editor/section_introduction.htm"/>
<topic label="Step Section" href="guide/tools/editors/simple_cs_editor/section_step.htm"/>
<topic label="Sub-Step Section" href="guide/tools/editors/simple_cs_editor/section_sub-step.htm"/>
<topic label="Command Section" href="guide/tools/editors/simple_cs_editor/section_command.htm">
<topic label="Command Composer Dialog" href="guide/tools/editors/simple_cs_editor/dialog_command-composer.htm">
<topic label="Commands Section" href="guide/tools/editors/simple_cs_editor/section_commands.htm"/>
<topic label="Command Details" href="guide/tools/editors/simple_cs_editor/section_command-details.htm"/>
</topic>
</topic>
<topic label="Help Section" href="guide/tools/editors/simple_cs_editor/section_help.htm"/>
</topic>
<topic label="Register Cheat Sheet Wizard" href="guide/tools/editors/simple_cs_editor/wizard_register-cheat-sheet.htm"/>
</topic>
<!-- Composite Cheat Sheet Editor-->
<topic label="Composite Cheat Sheet Editor" href="guide/tools/editors/composite_cs_editor/editor.htm">
<topic label="Composite Cheat Sheet Page" href="guide/tools/editors/composite_cs_editor/page_cheat-sheet.htm"/>
</topic>
<!-- Table of Contents Editor -->
<topic label="Table of Contents Editor" href="guide/tools/editors/toc_editor/editor.htm">
<topic label="Table of Contents Page" href="guide/tools/editors/toc_editor/page_toc.htm"/>
<topic label="Register Table of Contents Wizard" href="guide/tools/editors/toc_editor/wizard_register-toc.htm"/>
</topic>
<topic href="guide/tools/editors/ctx_help_editor/ctx_help_editor.htm" label="Context Help Editor">
</topic>
</topic>
<topic label="Launchers" href="guide/tools/launchers/launchers.htm">
<topic label="Eclipse Application Launcher" href="guide/tools/launchers/eclipse_application_launcher.htm">
<topic label="Main Tab" href="guide/tools/launchers/eclipse_main.htm"/>
<topic label="Arguments Tab" href="guide/tools/launchers/eclipse_args.htm"/>
<topic label="Plug-ins Tab" href="guide/tools/launchers/eclipse_plugins.htm"/>
<topic label="Configuration Tab" href="guide/tools/launchers/configuration.htm"/>
<topic label="Tracing Tab" href="guide/tools/launchers/tracing.htm"/>
<topic label="Environment Tab" href="guide/tools/launchers/environment.htm"/>
<topic label="Common Tab" href="guide/tools/launchers/common.htm"/>
</topic>
<topic label="OSGi Framework Launcher" href="guide/tools/launchers/equinox_launcher.htm">
<topic label="Bundles Tab" href="guide/tools/launchers/equinox_plugins.htm"/>
<topic label="Arguments Tab" href="guide/tools/launchers/equinox_args.htm"/>
<topic label="Settings Tab" href="guide/tools/launchers/equinox_settings.htm"/>
<topic label="Tracing Tab" href="guide/tools/launchers/tracing.htm"/>
<topic label="Environment Tab" href="guide/tools/launchers/environment.htm"/>
<topic label="Common Tab" href="guide/tools/launchers/common.htm"/>
</topic>
<topic label="JUnit Plug-in Test Launcher" href="guide/tools/launchers/junit_launcher.htm">
<topic label="Test Tab" href="guide/tools/launchers/junit_test.htm"/>
<topic label="Main Tab" href="guide/tools/launchers/junit_main.htm"/>
<topic label="Arguments Tab" href="guide/tools/launchers/eclipse_args.htm"/>
<topic label="Plug-ins Tab" href="guide/tools/launchers/junit_plugins.htm"/>
<topic label="Configuration Tab" href="guide/tools/launchers/junit_configuration.htm"/>
<topic label="Tracing Tab" href="guide/tools/launchers/tracing.htm"/>
<topic label="Environment Tab" href="guide/tools/launchers/environment.htm"/>
<topic label="Common Tab" href="guide/tools/launchers/common.htm"/>
</topic>
</topic>
<topic label="Preferences" href="guide/tools/preference_pages/preferences.htm">
<topic label="General Plug-in Development Preferences" href="guide/tools/preference_pages/plug_in_development.htm"/>
<topic label="Compilers Preferences" href="guide/tools/preference_pages/compilers.htm">
<topic label="Plug-in Compiler Preferences" href="guide/tools/preference_pages/plugin_compiler.htm"/>
<topic label="Extension Point Schema Compiler Preferences" href="guide/tools/preference_pages/schema_compiler.htm"/>
<topic label="Feature and Update Site Compiler Preferences" href="guide/tools/preference_pages/feature_compiler.htm"/>
</topic>
<topic label="Editors Preferences" href="guide/tools/preference_pages/editors.htm"/>
<topic label="OSGi Frameworks Preferences" href="guide/tools/preference_pages/osgi_frameworks.htm"/>
<topic label="Target Platform Preferences" href="guide/tools/preference_pages/target_platform.htm">
<topic label="Target Plug-ins" href="guide/tools/preference_pages/target_plugins.htm">
<topic label="Target Provisioners" href="guide/tools/preference_pages/target_provisioners.htm"/>
</topic>
<topic label="Target Environment" href="guide/tools/preference_pages/target_env.htm"/>
<topic label="Launching Arguments" href="guide/tools/preference_pages/launching_args.htm"/>
<topic label="Implicit Dependencies" href="guide/tools/preference_pages/implicit_dependencies.htm"/>
<topic label="Source Code Locations" href="guide/tools/preference_pages/source_code_locations.htm"/>
</topic>
</topic>
</topic>
<!-- Tasks -->
<topic label="Tasks">
<topic label="Generating Ant scripts from PDE" href="guide/tasks/pde_feature_generating_ant.htm"/>
<topic label="Generating Ant scripts from scripts" href="guide/tasks/pde_feature_generating_antcommandline.htm"/>
<topic label="Building an RCP application from a product configuration file" href="guide/tasks/pde_product_build.htm"/>
<topic label="Building Features" href="guide/tasks/pde_feature_build.htm"/>
<topic label="Building Plug-ins" href="guide/tasks/pde_plugins_build.htm"/>
<topic label="Advanced PDE Build topics" href="guide/tasks/pde_build_advanced_topics.htm">
<topic label="Controlling the output format of the build" href="guide/tasks/pde_controlling_output.htm"/>
<topic label="Version Qualifiers" href="guide/tasks/pde_version_qualifiers.htm"/>
<topic label="Fetching from Repositories" href="guide/tasks/pde_fetch_phase.htm"/>
<topic label="Controlling compilation environment" href="guide/tasks/pde_compilation_env.htm"/>
<topic label="Feature and Plug-in Custom Build Steps" href="guide/tasks/pde_custom_callbacks.htm"/>
<topic label="Source Plug-in and Feature generation" href="guide/tasks/pde_source_generation.htm"/>
<topic label="Repackaging Eclipse Components" href="guide/tasks/pde_packager.htm"/>
</topic>
</topic>
<!-- Reference -->
<topic label="Reference">
<link toc="topics_Reference.xml" />
<topic label="Feature and Plug-in Build configuration" href="reference/pde_feature_generating_build.htm"/>
<topic label="Builder Configuration properties" href="reference/pde_builder_config.htm" />
</topic>
<!-- Tips and Tricks -->
<topic label="Tips and Tricks" href="tips/pde_tips.htm"/>
<!-- What's New -->
<topic label="What's New" href="whatsNew/pde_whatsnew.htm"/>
<!-- Legal Notices -->
<topic label="Legal" href="notices.html"/>
<!-- Enablement -->
<enablement>
<test property="org.eclipse.core.runtime.isBundleInstalled" args="org.eclipse.pde.ui"/>
</enablement>
</toc>