1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

bug 319113: Deprecated extension point org.eclipse.core.runtime.contentTypes in org.eclipse.cdt.managedbuilder.core/plugin.xml

Patch from Petri Tuononen
This commit is contained in:
Andrew Gvozdev 2010-07-07 13:45:59 +00:00
parent 525cc24bc1
commit 34aaf7278d

View file

@ -197,7 +197,7 @@
<!-- =================================================================================== --> <!-- =================================================================================== -->
<!-- Define C/C++ "object" files ContentTypes --> <!-- Define C/C++ "object" files ContentTypes -->
<!-- =================================================================================== --> <!-- =================================================================================== -->
<extension point="org.eclipse.core.runtime.contentTypes"> <extension point="org.eclipse.core.contenttype.contentTypes">
<!-- declares a content type for object files --> <!-- declares a content type for object files -->
<content-type <content-type
base-type="org.eclipse.cdt.core.binaryFile" base-type="org.eclipse.cdt.core.binaryFile"
@ -224,25 +224,25 @@
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.managedbuilder.core.compiledObjectFile" content-type="org.eclipse.cdt.managedbuilder.core.compiledObjectFile"
file-extensions="obj,o"/> file-extensions="obj,o"/>
</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.managedbuilder.core.executableFile" content-type="org.eclipse.cdt.managedbuilder.core.executableFile"
file-extensions="exe,elf,out"/> file-extensions="exe,elf,out"/>
</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.managedbuilder.core.staticLibrary" content-type="org.eclipse.cdt.managedbuilder.core.staticLibrary"
file-extensions="lib,a"/> file-extensions="lib,a"/>
</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.managedbuilder.core.sharedLibrary" content-type="org.eclipse.cdt.managedbuilder.core.sharedLibrary"
file-extensions="dll,so,dylib"/> file-extensions="dll,so,dylib"/>