Skip to content

Commit 31a0813

Browse files
committed
Update schema doc references to non-deprecated contentTypes id
The org.eclipse.core.runtime.contentTypes extension point was removed in eclipse-platform/eclipse.platform#1644. Update schema documentation to reference the non-deprecated org.eclipse.core.contenttype.contentTypes extension point instead.
1 parent dd4b23d commit 31a0813

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bundles/org.eclipse.core.filebuffers/schema/annotationModelCreation.exsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<attribute name="contentTypeId" type="string">
7777
<annotation>
7878
<documentation>
79-
the id of a content type as defined by the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point for which this factory should be used
79+
the id of a content type as defined by the &lt;code&gt;org.eclipse.core.contenttype.contentTypes&lt;/code&gt; extension point for which this factory should be used
8080
</documentation>
8181
</annotation>
8282
</attribute>

bundles/org.eclipse.core.filebuffers/schema/documentCreation.exsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<attribute name="contentTypeId" type="string">
8989
<annotation>
9090
<documentation>
91-
the id of a content type as defined by the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point for which this factory should be used
91+
the id of a content type as defined by the &lt;code&gt;org.eclipse.core.contenttype.contentTypes&lt;/code&gt; extension point for which this factory should be used
9292
</documentation>
9393
</annotation>
9494
</attribute>

bundles/org.eclipse.core.filebuffers/schema/documentSetup.exsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ As of 3.2, a warning is written to the log file if this isn&apos;t followed.
8080
<attribute name="contentTypeId" type="string">
8181
<annotation>
8282
<documentation>
83-
the id of a content type as defined by the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point for which this participant should be used.
83+
the id of a content type as defined by the &lt;code&gt;org.eclipse.core.contenttype.contentTypes&lt;/code&gt; extension point for which this participant should be used.
8484
</documentation>
8585
</annotation>
8686
</attribute>

bundles/org.eclipse.ui.workbench.texteditor/schema/rulerColumns.exsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<element name="targetContentType">
145145
<annotation>
146146
<documentation>
147-
Describes a content type that the column is contributed to. See the &lt;tt&gt;org.eclipse.core.runtime.contentTypes&lt;/tt&gt; extension point. Note that the rulerColumns extension point is typically only supported by line based text editors.
147+
Describes a content type that the column is contributed to. See the &lt;tt&gt;org.eclipse.core.contenttype.contentTypes&lt;/tt&gt; extension point. Note that the rulerColumns extension point is typically only supported by line based text editors.
148148
</documentation>
149149
</annotation>
150150
<complexType>

0 commit comments

Comments
 (0)