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

bug 322725: Content type of .cproject should be XML by default

This commit is contained in:
Andrew Gvozdev 2010-08-15 17:42:25 +00:00
parent b9943e77a0
commit 927fba2490

View file

@ -479,6 +479,13 @@
</super> </super>
</extension> </extension>
<!-- =================================================================================== -->
<!-- .cproject Content Type -->
<!-- =================================================================================== -->
<extension point="org.eclipse.core.contenttype.contentTypes">
<file-association content-type="org.eclipse.core.runtime.xml" file-names=".cproject"/>
</extension>
<!-- =================================================================================== --> <!-- =================================================================================== -->
<!-- Define C/C++ files ContentTypes --> <!-- Define C/C++ files ContentTypes -->
<!-- =================================================================================== --> <!-- =================================================================================== -->