mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42: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:
parent
525cc24bc1
commit
34aaf7278d
1 changed files with 5 additions and 5 deletions
|
@ -197,7 +197,7 @@
|
|||
<!-- =================================================================================== -->
|
||||
<!-- 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 -->
|
||||
<content-type
|
||||
base-type="org.eclipse.cdt.core.binaryFile"
|
||||
|
@ -224,25 +224,25 @@
|
|||
priority="high"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<extension point="org.eclipse.core.contenttype.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.managedbuilder.core.compiledObjectFile"
|
||||
file-extensions="obj,o"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<extension point="org.eclipse.core.contenttype.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.managedbuilder.core.executableFile"
|
||||
file-extensions="exe,elf,out"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<extension point="org.eclipse.core.contenttype.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.managedbuilder.core.staticLibrary"
|
||||
file-extensions="lib,a"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<extension point="org.eclipse.core.contenttype.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.managedbuilder.core.sharedLibrary"
|
||||
file-extensions="dll,so,dylib"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue