Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.core.runtime/schema')
-rw-r--r--bundles/org.eclipse.core.runtime/schema/contentTypes.exsd7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd b/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
index 5c01ad4c0..6fac9b133 100644
--- a/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
+++ b/bundles/org.eclipse.core.runtime/schema/contentTypes.exsd
@@ -23,6 +23,11 @@ a file association extends an existing content type by associating new file name
</annotation>
<element name="extension">
+ <annotation>
+ <appinfo>
+ <meta.element deprecated="true" replacement="org.eclipse.core.contenttype.contentType" />
+ </appinfo>
+ </annotation>
<complexType>
<sequence>
<element ref="content-type" minOccurs="0" maxOccurs="unbounded"/>
@@ -348,7 +353,7 @@ Also, the org.eclipse.core.runtime plug-in provides ready-to-use implementations
<meta.section type="copyright"/>
</appinfo>
<documentation>
- Copyright (c) 2004, 2005 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2004, 2008 IBM Corporation and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which
accompanies

Back to the top