Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrchaves2004-05-11 18:33:10 +0000
committerrchaves2004-05-11 18:33:10 +0000
commitf64b35bb98d62bf3489cc58432c003dc8ca10531 (patch)
tree19850375f9cb848be19640412e857f236dc25fb0 /bundles/org.eclipse.core.runtime/schema
parentd18f9511484eb3fc3ca890bef6f5ed571d23ee48 (diff)
downloadeclipse.platform.runtime-f64b35bb98d62bf3489cc58432c003dc8ca10531.tar.gz
eclipse.platform.runtime-f64b35bb98d62bf3489cc58432c003dc8ca10531.tar.xz
eclipse.platform.runtime-f64b35bb98d62bf3489cc58432c003dc8ca10531.zip
Fixed bug 61770 - sub-types cannot remove default charset
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 15ae5e0ce..70c63c26f 100644
--- a/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
+++ b/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
@@ -106,7 +106,7 @@ a file association extends an existing content type by associating new file name
<attribute name="default-charset" type="string">
<annotation>
<documentation>
- the default charset for this content type
+ the default charset for this content type. Should be an empty string, if this content type should not have a default charset even if the parent has one
</documentation>
</annotation>
</attribute>

Back to the top