1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 185301 - add .elf as a standard file association for the Executable File content type. This is used a lot for embedded systems development.

This commit is contained in:
Doug Schaefer 2007-06-04 15:07:29 +00:00
parent 67968c79f1
commit f152c91817

View file

@ -208,7 +208,7 @@
<extension point="org.eclipse.core.runtime.contentTypes">
<file-association
content-type="org.eclipse.cdt.managedbuilder.core.executableFile"
file-extensions="exe"/>
file-extensions="exe,elf"/>
</extension>
<extension point="org.eclipse.core.runtime.contentTypes">