mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 184745 : disable CDT project
This commit is contained in:
parent
3e941ef3a1
commit
999ef614bf
1 changed files with 4 additions and 4 deletions
|
@ -264,10 +264,10 @@
|
|||
<!-- For C Wizards -->
|
||||
<extension
|
||||
point="org.eclipse.ui.newWizards">
|
||||
<category
|
||||
<!--category
|
||||
name="%categoryCDT.name"
|
||||
id="org.eclipse.cdt.ui.newCDTWizards">
|
||||
</category>
|
||||
</category-->
|
||||
<category
|
||||
name="%newCWizardsCategory.name"
|
||||
id="org.eclipse.cdt.ui.newCWizards">
|
||||
|
@ -422,7 +422,7 @@
|
|||
</description>
|
||||
</wizard>
|
||||
|
||||
<wizard
|
||||
<!--wizard
|
||||
canFinishEarly="false"
|
||||
category="org.eclipse.cdt.ui.newCDTWizards"
|
||||
class="org.eclipse.cdt.ui.wizards.CDTProjectWizard"
|
||||
|
@ -435,7 +435,7 @@
|
|||
<description>
|
||||
%CDTproject.desc
|
||||
</description>
|
||||
</wizard>
|
||||
</wizard-->
|
||||
<wizard
|
||||
canFinishEarly="false"
|
||||
category="org.eclipse.cdt.ui.newCCWizards"
|
||||
|
|
Loading…
Add table
Reference in a new issue