Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-09-24 17:19:58 +0000
committerTomasz Zarna2008-09-24 17:19:58 +0000
commitcc0f389e5c0c127abe6c88e6950af6d504548cad (patch)
tree93c60ea85c52c61521351468240e5cb98a706b29 /bundles/org.eclipse.team.core/schema
parent72fae74d87fd02572e6c2063293f049527936144 (diff)
downloadeclipse.platform.team-cc0f389e5c0c127abe6c88e6950af6d504548cad.tar.gz
eclipse.platform.team-cc0f389e5c0c127abe6c88e6950af6d504548cad.tar.xz
eclipse.platform.team-cc0f389e5c0c127abe6c88e6950af6d504548cad.zip
bug 248121: Schemas should not refer to org.eclipse.core.runtime.contentTypes (doc update)
Diffstat (limited to 'bundles/org.eclipse.team.core/schema')
-rw-r--r--bundles/org.eclipse.team.core/schema/storageMergers.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/schema/storageMergers.exsd b/bundles/org.eclipse.team.core/schema/storageMergers.exsd
index 4848aa907..56b8421a6 100644
--- a/bundles/org.eclipse.team.core/schema/storageMergers.exsd
+++ b/bundles/org.eclipse.team.core/schema/storageMergers.exsd
@@ -85,7 +85,7 @@ The extension point must implement the interface <samp>org.eclipse.team.co
<attribute name="contentTypeId" type="string" use="required">
<annotation>
<documentation>
-
+ The id of a content type defined using the &lt;code&gt;org.eclipse.core.contenttype.contentTypes&lt;/code&gt; extension point.
</documentation>
<appinfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.core.contenttype.contentTypes/content-type/@id"/>

Back to the top