1
0
Fork 0
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:
Alain Magloire 2005-07-23 00:28:44 +00:00
parent af4ab6b951
commit cbe3104e3b
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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">