From 134320895845824becad0d28cdf3e36bfde25441 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Tue, 12 Jul 2011 11:30:28 -0400 Subject: [PATCH] Bug 347357 put field editor elements into their correct home. --- .../schema/buildDefinitions.exsd | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd index 83e75654f87..391e00f5984 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd +++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd @@ -1115,25 +1115,6 @@ Overrides language id specified with the languageId attribute. - - - - Optional ID of the custom field-editor to represent this build-option in the project Properties dialog UI. If no custom field-editor ID is specified then the option will be represented by one of the built-in field-editors based on the option's <code>valueType</code> attribute. - -A custom field-editor needs to be registered, under the same ID, through the <code>org.eclipse.cdt.managedbuilder.ui.buildDefinitionsUI</code> extension-point's <code>&lt;fieldEditor&gt;</code> element. - - - - - - - - - - An optional extra text string that is passed into the field-editor. Can be used to parameterize the field-editor instance. - - - @@ -1441,6 +1422,25 @@ Additional special types exist to flag options of special relevance to the build + + + + Optional ID of the custom field-editor to represent this build-option in the project Properties dialog UI. If no custom field-editor ID is specified then the option will be represented by one of the built-in field-editors based on the option's <code>valueType</code> attribute. + +A custom field-editor needs to be registered, under the same ID, through the <code>org.eclipse.cdt.managedbuilder.ui.buildDefinitionsUI</code> extension-point's <code>&lt;fieldEditor&gt;</code> element. + + + + + + + + + + An optional extra text string that is passed into the field-editor. Can be used to parameterize the field-editor instance. + + +