From 9779911eccfe286682b3cae075a0b006678a83ee Mon Sep 17 00:00:00 2001 From: Leo Treggiari Date: Fri, 10 Jun 2005 18:09:48 +0000 Subject: [PATCH] Update some doc comments --- .../schema/buildDefinitions.exsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd index f5b38ce889e..ac4fc9a0a05 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd +++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd @@ -336,7 +336,7 @@ - Specifies the id of the Tool that creates the final build artifact (the end target of the build). + Specifies a semi-colon separated list of the Tool(s) that can create the final build artifact (the end target of the build). The first tool found in the configuration is used. A list is needed, for example, when a tool-chain has different tools for different project natures. @@ -611,7 +611,7 @@ - Specifies whether the Tool wants the MBS to display the Advanced Input category with the Tool's property categories. This allows the user to specify input order and additional inputs. The default is false. + Specifies whether the Tool wants the MBS to display the Advanced Input category with the Tool's property categories. This allows the user to specify input order and additional inputs. The default is false. Note: This attribute is not yet implemented @@ -747,7 +747,7 @@ - A variable used in the build file to represent the input files when multipleOfType is True. The same variable name can be used in an outputType element to identify a set of output files that contribute to this tool's input. The default name is chosen by MBS. + A variable used in the build file to represent the input files. The same variable name can be used in an outputType element to identify a set of output files that contribute to this tool's input. This attribute is ignored when multipleOfType is false this is the primary input of the tool. The default name is chosen by MBS. @@ -757,7 +757,7 @@ - Describes optional, ordering, information regarding the inputs of an inputType. + Describes optional, ordering, information regarding the inputs of an inputType. Note: This element is not yet implemented