mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
2005-07-22 Alain Magloire
Fix PR 104908 * plugin.xml
This commit is contained in:
parent
af4ab6b951
commit
cbe3104e3b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-22 Alain Magloire
|
||||
Fix PR 104908
|
||||
* plugin.xml
|
||||
|
||||
2005-07-22 Alain Magloire
|
||||
Fix the Copyright notice for epl.
|
||||
|
||||
|
|
|
@ -501,13 +501,13 @@
|
|||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.cxxSource"
|
||||
file-extensions="cpp,cxx,cc"/>
|
||||
file-extensions="C,cpp,cxx,cc"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.asmSource"
|
||||
file-extensions="s,asm"/>
|
||||
file-extensions="S,s,asm"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
|
|
Loading…
Add table
Reference in a new issue