diff --git a/bundles/org.eclipse.core.filebuffers/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.filebuffers/META-INF/MANIFEST.MF
index 08816821865..28637f565f2 100644
--- a/bundles/org.eclipse.core.filebuffers/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.filebuffers/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.core.filebuffers; singleton:=true
-Bundle-Version: 3.8.500.qualifier
+Bundle-Version: 3.8.600.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
diff --git a/bundles/org.eclipse.core.filebuffers/schema/annotationModelCreation.exsd b/bundles/org.eclipse.core.filebuffers/schema/annotationModelCreation.exsd
index a9661b5503a..c8b8d28c4bb 100644
--- a/bundles/org.eclipse.core.filebuffers/schema/annotationModelCreation.exsd
+++ b/bundles/org.eclipse.core.filebuffers/schema/annotationModelCreation.exsd
@@ -76,7 +76,7 @@
- the id of a content type as defined by the <code>org.eclipse.core.runtime.contentTypes</code> extension point for which this factory should be used
+ the id of a content type as defined by the <code>org.eclipse.core.contenttype.contentTypes</code> extension point for which this factory should be used
diff --git a/bundles/org.eclipse.core.filebuffers/schema/documentCreation.exsd b/bundles/org.eclipse.core.filebuffers/schema/documentCreation.exsd
index af4829a3d45..16a36afce93 100644
--- a/bundles/org.eclipse.core.filebuffers/schema/documentCreation.exsd
+++ b/bundles/org.eclipse.core.filebuffers/schema/documentCreation.exsd
@@ -88,7 +88,7 @@
- the id of a content type as defined by the <code>org.eclipse.core.runtime.contentTypes</code> extension point for which this factory should be used
+ the id of a content type as defined by the <code>org.eclipse.core.contenttype.contentTypes</code> extension point for which this factory should be used
diff --git a/bundles/org.eclipse.core.filebuffers/schema/documentSetup.exsd b/bundles/org.eclipse.core.filebuffers/schema/documentSetup.exsd
index 7a63a1045e4..a8cef34481e 100644
--- a/bundles/org.eclipse.core.filebuffers/schema/documentSetup.exsd
+++ b/bundles/org.eclipse.core.filebuffers/schema/documentSetup.exsd
@@ -80,7 +80,7 @@ As of 3.2, a warning is written to the log file if this isn't followed.
- the id of a content type as defined by the <code>org.eclipse.core.runtime.contentTypes</code> extension point for which this participant should be used.
+ the id of a content type as defined by the <code>org.eclipse.core.contenttype.contentTypes</code> extension point for which this participant should be used.
diff --git a/bundles/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd b/bundles/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd
index 6f68555ae30..ec08efb0bf4 100644
--- a/bundles/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd
+++ b/bundles/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd
@@ -144,7 +144,7 @@
- Describes a content type that the column is contributed to. See the <tt>org.eclipse.core.runtime.contentTypes</tt> extension point. Note that the rulerColumns extension point is typically only supported by line based text editors.
+ Describes a content type that the column is contributed to. See the <tt>org.eclipse.core.contenttype.contentTypes</tt> extension point. Note that the rulerColumns extension point is typically only supported by line based text editors.