mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
File and Folder Wizard removed in plugin.xml
not needed.
This commit is contained in:
parent
e09b94f945
commit
f683a336e5
2 changed files with 6 additions and 27 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-09-24 Alain Magloire
|
||||||
|
|
||||||
|
Remove unneeded Folder/File Wizard definitions.
|
||||||
|
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2003-09-23 Alain Magloire
|
2003-09-23 Alain Magloire
|
||||||
|
|
||||||
Remove some warnings in the ErrorParser blocks.
|
Remove some warnings in the ErrorParser blocks.
|
||||||
|
|
|
@ -143,33 +143,6 @@
|
||||||
name="%newCCWizardsCategory.name"
|
name="%newCCWizardsCategory.name"
|
||||||
id="org.eclipse.cdt.ui.newCCWizards">
|
id="org.eclipse.cdt.ui.newCCWizards">
|
||||||
</category>
|
</category>
|
||||||
<!-- File and Folder Wizards -->
|
|
||||||
<wizard
|
|
||||||
name="%NewWizards.folder"
|
|
||||||
icon="icons/full/ctool16/newfolder_wiz.gif"
|
|
||||||
category="org.eclipse.ui.Basic"
|
|
||||||
class="org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard"
|
|
||||||
id="org.eclipse.ui.wizards.new.folder">
|
|
||||||
<description>
|
|
||||||
%NewWizards.folder.description
|
|
||||||
</description>
|
|
||||||
<selection
|
|
||||||
class="org.eclipse.core.resources.IResource">
|
|
||||||
</selection>
|
|
||||||
</wizard>
|
|
||||||
<wizard
|
|
||||||
name="%NewWizards.file"
|
|
||||||
icon="icons/full/ctool16/newfile_wiz.gif"
|
|
||||||
category="org.eclipse.ui.Basic"
|
|
||||||
class="org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard"
|
|
||||||
id="org.eclipse.ui.wizards.new.file">
|
|
||||||
<description>
|
|
||||||
%NewWizards.file.description
|
|
||||||
</description>
|
|
||||||
<selection
|
|
||||||
class="org.eclipse.core.resources.IResource">
|
|
||||||
</selection>
|
|
||||||
</wizard>
|
|
||||||
<wizard
|
<wizard
|
||||||
name="%NewWizards.class"
|
name="%NewWizards.class"
|
||||||
icon="icons/full/ctool16/newclass_wiz.gif"
|
icon="icons/full/ctool16/newclass_wiz.gif"
|
||||||
|
|
Loading…
Add table
Reference in a new issue