Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff McAffer2005-11-21 23:21:20 +0000
committerJeff McAffer2005-11-21 23:21:20 +0000
commita9bbff6a5ccd82e2824be1a4e10f413dc82da635 (patch)
tree8ce8c163876a92cfbd423440864edb586ff47195 /bundles/org.eclipse.core.runtime/schema
parent6094160d3475f69997d579ea967260d1efc2ae4b (diff)
downloadeclipse.platform.runtime-a9bbff6a5ccd82e2824be1a4e10f413dc82da635.tar.gz
eclipse.platform.runtime-a9bbff6a5ccd82e2824be1a4e10f413dc82da635.tar.xz
eclipse.platform.runtime-a9bbff6a5ccd82e2824be1a4e10f413dc82da635.zip
Bug 113663 [plan item] Refactor the runtime. Initail commit
Diffstat (limited to 'bundles/org.eclipse.core.runtime/schema')
-rw-r--r--bundles/org.eclipse.core.runtime/schema/contentTypes.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd b/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
index 6e9203507..a5289aeb5 100644
--- a/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
+++ b/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
@@ -64,7 +64,7 @@ a file association extends an existing content type by associating new file name
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
- the identifier for this content type (simple id token, unique for content types within the extension namespace). The token cannot contain dot (.) or whitespace
+ the identifier for this content type (either a simple id unique for content types within the extension namespace, or a fully qualified id). The token cannot contain whitespace
</documentation>
</annotation>
</attribute>

Back to the top