Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Brandys2008-07-03 11:57:34 +0000
committerSzymon Brandys2008-07-03 11:57:34 +0000
commitf22b2bc61f436623d15cf47348014b50e5211c43 (patch)
treee02542a10f470287d8407e11a0d847fb14d04a1a /bundles/org.eclipse.core.runtime/schema
parent9bf99e3b1fcd4520c91dde769544f0c4e4663aea (diff)
downloadeclipse.platform.runtime-f22b2bc61f436623d15cf47348014b50e5211c43.tar.gz
eclipse.platform.runtime-f22b2bc61f436623d15cf47348014b50e5211c43.tar.xz
eclipse.platform.runtime-f22b2bc61f436623d15cf47348014b50e5211c43.zip
Bug 222600 - deprecate org.eclipse.core.runtime.contentTypes
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