Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2008-07-31 17:43:28 +0000
committerChris Aniszczyk2008-07-31 17:43:28 +0000
commit113f63e5c1ea324c75a3977afb75415f2c62dadb (patch)
tree6b657a8d8a9d2009f019a0dd5932ac588219a420 /org.eclipse.pde
parent4393c4897af01b72853132f130c308083d927969 (diff)
downloadeclipse.pde-113f63e5c1ea324c75a3977afb75415f2c62dadb.tar.gz
eclipse.pde-113f63e5c1ea324c75a3977afb75415f2c62dadb.tar.xz
eclipse.pde-113f63e5c1ea324c75a3977afb75415f2c62dadb.zip
242761: move to org.eclipse.core.contenttype.contentTypesv20080804-1700
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242761 (FIXED)
Diffstat (limited to 'org.eclipse.pde')
-rw-r--r--org.eclipse.pde/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.pde/plugin.xml b/org.eclipse.pde/plugin.xml
index a8e99c4..518f53c 100644
--- a/org.eclipse.pde/plugin.xml
+++ b/org.eclipse.pde/plugin.xml
@@ -50,7 +50,7 @@
<!-- Content Types -->
<!-- ================================================================================= -->
<extension
- point="org.eclipse.core.runtime.contentTypes">
+ point="org.eclipse.core.contenttype.contentTypes">
<content-type
id="pluginManifest"
name="%pluginManifestName"

Back to the top