Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wiebe2004-09-07 16:39:53 +0000
committerChris Wiebe2004-09-07 16:39:53 +0000
commitcee8b24391a6407262de540c1e67e62b9acf0def (patch)
treecb421a58b48632852e2d853e422c956d2bfc6575 /core/org.eclipse.cdt.ui
parent3831dd4b2e5147e90034ad6f4c4a7d9817a2796d (diff)
downloadorg.eclipse.cdt-cee8b24391a6407262de540c1e67e62b9acf0def.tar.gz
org.eclipse.cdt-cee8b24391a6407262de540c1e67e62b9acf0def.tar.xz
org.eclipse.cdt-cee8b24391a6407262de540c1e67e62b9acf0def.zip
2004-09-07 Chris Wiebe
comment out old class wizard * plugin.xml
Diffstat (limited to 'core/org.eclipse.cdt.ui')
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog5
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml4
2 files changed, 8 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index 9f81dbdd09a..8c0de95816c 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-07 Chris Wiebe
+
+ comment out old class wizard
+ * plugin.xml
+
2004-09-07 Bogdan Gheorghe
Fix for Bug 73191: Search not finding all references in a specific example
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index e96efdf3aea..c22ababe7c8 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -314,6 +314,7 @@
name="%newCCWizardsCategory.name"
id="org.eclipse.cdt.ui.newCCWizards">
</category>
+<!-- old class wizard
<wizard
name="%NewWizards.class"
icon="icons/full/ctool16/newclass_wiz.gif"
@@ -327,8 +328,9 @@
%NewWizards.class.description
</description>
</wizard>
+-->
<wizard
- name="New C++ Class"
+ name="%NewWizards.class"
icon="icons/full/ctool16/newclass_wiz.gif"
category="org.eclipse.cdt.ui.newCCWizards"
finalPerspective="org.eclipse.cdt.ui.CPerspective"

Back to the top