Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundles/org.eclipse.core.filebuffers/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<attribute name="contentTypeId" type="string">
<annotation>
<documentation>
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
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
</documentation>
</annotation>
</attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<attribute name="contentTypeId" type="string">
<annotation>
<documentation>
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
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
</documentation>
</annotation>
</attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ As of 3.2, a warning is written to the log file if this isn&apos;t followed.
<attribute name="contentTypeId" type="string">
<annotation>
<documentation>
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.
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.
</documentation>
</annotation>
</attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<element name="targetContentType">
<annotation>
<documentation>
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.
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.
</documentation>
</annotation>
<complexType>
Expand Down
Loading