mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
bug 319113: Deprecated extension point org.eclipse.core.runtime.contentTypes
This commit is contained in:
parent
622923ed86
commit
b25f1b7d13
1 changed files with 10 additions and 10 deletions
|
@ -146,17 +146,17 @@
|
||||||
</scannerInfoProvider>
|
</scannerInfoProvider>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
<extension point="org.eclipse.core.contenttype.contentTypes">
|
||||||
<!-- declares a content type for Makefile files -->
|
<!-- declares a content type for Makefile files -->
|
||||||
<content-type id="makefile" name="%makefile"
|
<content-type id="makefile" name="%makefile"
|
||||||
base-type="org.eclipse.core.runtime.text"
|
base-type="org.eclipse.core.runtime.text"
|
||||||
priority="high"/>
|
priority="high"/>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
<extension point="org.eclipse.core.contenttype.contentTypes">
|
||||||
<file-association
|
<file-association
|
||||||
content-type="org.eclipse.cdt.make.core.makefile"
|
content-type="org.eclipse.cdt.make.core.makefile"
|
||||||
file-names="Makefile,makefile,GNUMakefile"
|
file-names="Makefile,makefile,GNUMakefile"
|
||||||
file-extensions="mk"/>
|
file-extensions="mk"/>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue