From f69baa234d5ace5107b2c812184532cf01258684 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Wed, 9 Apr 2008 20:30:44 +0000 Subject: [PATCH] bug 226346 --- .../reference/cdt_u_prop_build_discovery.htm | 4 +--- .../reference/cdt_u_prop_build_settings_artifact.htm | 2 +- .../reference/cdt_u_prop_build_toolchain.htm | 6 ++---- .../reference/cdt_u_prop_build_variables.htm | 4 +--- .../reference/cdt_u_prop_builders.htm | 9 ++++----- .../reference/cdt_u_prop_resource.htm | 4 +--- 6 files changed, 10 insertions(+), 19 deletions(-) diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm index 7176144791e..18e4db302be 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm @@ -155,9 +155,7 @@ the entire project (configuration). This means that both the project and per-fil
  • C/C++ Project Properties, Project References page -
  • C/C++ Project Properties, Refactoring History - -page +
  • C/C++ Project Properties, Refactoring History page
  • C/C++ Project Properties, Run/Debug Settings page

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm index a93641d7ef3..f82b424eda3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm @@ -32,7 +32,7 @@
    Artifact Type
    - Show the type for the selected artifact. Select an artifact type that is built by the currently selected build configuration (such as an Executable, Static library, and Shared library). + Show the type for the selected artifact. Select an artifact type that is built by the currently selected build configuration (such as an Executable, Static library, and Shared library).
    Artifact name
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm index 9c412b84c0f..9978e367f0c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm @@ -12,7 +12,7 @@

    Customizes the toolchain used in your build configuration; it lets you specify which tools the builder needs to include when it builds the project for a specified toolchain and configuration.

    - +


    @@ -91,9 +91,7 @@ you specify which tools the builder needs to include when it builds the project
  • C/C++ Project Properties, Project References page -
  • C/C++ Project Properties, Refactoring History - -page +
  • C/C++ Project Properties, Refactoring History page
  • C/C++ Project Properties, Run/Debug Settings page

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm index 21b9eba2430..143b392eb91 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm @@ -107,9 +107,7 @@ you control the environment variables used by the build to for the purposes of b
  • C/C++ Project Properties, Project References page -
  • C/C++ Project Properties, Refactoring History - -page +
  • C/C++ Project Properties, Refactoring History page
  • C/C++ Project Properties, Run/Debug Settings page

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm index c82110a58f5..49d2d3fad55 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm @@ -38,12 +38,12 @@ which order they are used.

  • @@ -104,9 +105,7 @@ which order they are used.

  • C/C++ Project Properties, Project References page -
  • C/C++ Project Properties, Refactoring History - -page +
  • C/C++ Project Properties, Refactoring History page
  • C/C++ Project Properties, Run/Debug Settings page

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm index 45dea0035b7..f013d41a775 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm @@ -107,9 +107,7 @@
  • C/C++ Project Properties, Project References page -
  • C/C++ Project Properties, Refactoring History - -page +
  • C/C++ Project Properties, Refactoring History page
  • C/C++ Project Properties, Run/Debug Settings page

  • Import...
    Opens the Import launch configuration dialog so that you can import a builder to include it in the list.

    -

    Edit...
    Opens the Configure Builder dialog that lets you specify when to run the selected builder.

    -

    When you configure a builder, you have the following options:

      @@ -51,6 +51,7 @@ which order they are used.

    • During manual builds - When enabled, the selected build is initiated when you explicitly select a menu item or press its corresponding shortcut key combination.
    • During auto builds - When enabled, automatic builds are performed as resources are saved (they are incremental and operate over an entire workspace). Note: running your project builder during auto builds is possible, although it is not recommended because of performance concerns.
    • During a "Clean" - When enabled, the selected builder is scheduled to run during a clean operation. +

    Remove