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><fieldEditor></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><fieldEditor></code> element.
+
+
+
+
+
+
+
+
+
+ An optional extra text string that is passed into the field-editor. Can be used to parameterize the field-editor instance.
+
+
+