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:
parent
b9943e77a0
commit
927fba2490
1 changed files with 7 additions and 0 deletions
|
@ -479,6 +479,13 @@
|
|||
</super>
|
||||
</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 -->
|
||||
<!-- =================================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue