[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] Remove File && Folder wizard in plugin.xml
|
Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/ChangeLog,v
retrieving revision 1.186
diff -u -r1.186 ChangeLog
--- ChangeLog 23 Sep 2003 20:46:22 -0000 1.186
+++ ChangeLog 24 Sep 2003 14:21:16 -0000
@@ -1,3 +1,9 @@
+2003-09-24 Alain Magloire
+
+ Remove unneeded Folder/File Wizard definitions.
+
+ * plugin.xml
+
2003-09-23 Alain Magloire
Remove some warnings in the ErrorParser blocks.
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/plugin.xml,v
retrieving revision 1.48
diff -u -r1.48 plugin.xml
--- plugin.xml 23 Sep 2003 15:17:20 -0000 1.48
+++ plugin.xml 24 Sep 2003 14:21:16 -0000
@@ -143,33 +143,6 @@
name="%newCCWizardsCategory.name"
id="org.eclipse.cdt.ui.newCCWizards">
</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
name="%NewWizards.class"
icon="icons/full/ctool16/newclass_wiz.gif"