1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

RESOLVED - bug 103530: managed build: File with capital "S" extension not recognized as assembly

https://bugs.eclipse.org/bugs/show_bug.cgi?id=103530
This commit is contained in:
Chris Recoskie 2009-05-11 18:26:53 +00:00
parent a85c3c74aa
commit e18ca46be0

View file

@ -401,7 +401,7 @@
<!-- declares a content type for ASM Source files -->
<content-type id="asmSource" name="%asmSourceName"
base-type="org.eclipse.core.runtime.text"
file-extensions="s,asm"
file-extensions="S,s,asm,ASM"
priority="high"/>
<content-type
id="binaryFile"