1
0
Fork 0
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:
Oleg Krasilnikov 2007-05-02 07:16:12 +00:00
parent 3e941ef3a1
commit 999ef614bf

View file

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