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
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
-rw-r--r--bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.core.runtime/schema/contentTypes.exsd7
2 files changed, 7 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
index 2302ff780..6e4e46cbc 100644
--- a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-Version: 3.4.0.qualifier
+Bundle-Version: 3.4.100.qualifier
Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator
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