mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Fix for bugzilla 54100
'cdtbuild' extension is now defined as text
This commit is contained in:
parent
d0986d9ea0
commit
10eee6ee30
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.cdt.make.core"/>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.team.core"/>
|
||||
</requires>
|
||||
|
||||
|
||||
|
@ -96,5 +97,11 @@
|
|||
<scannerInfoConsoleParser class="org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCSpecsConsoleParser"/>
|
||||
</scannerInfoProvider>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.team.core.fileTypes">
|
||||
<fileTypes
|
||||
extension="cdtbuild"
|
||||
type="text"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue