Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2003-09-11 20:44:26 +0000
committerDavid Inglis2003-09-11 20:44:26 +0000
commit77a0015c90c51332f7c6e8c1ef541795a1a9f939 (patch)
tree21d659858ebb07b4a5765353789b269a5ad695be /core/org.eclipse.cdt.ui/ChangeLog
parent322dcaad49939895e0f66cffb7537bc6b968ebd3 (diff)
downloadorg.eclipse.cdt-77a0015c90c51332f7c6e8c1ef541795a1a9f939.tar.gz
org.eclipse.cdt-77a0015c90c51332f7c6e8c1ef541795a1a9f939.tar.xz
org.eclipse.cdt-77a0015c90c51332f7c6e8c1ef541795a1a9f939.zip
deprecated ui componets due move of builders out of the core/ui
Diffstat (limited to 'core/org.eclipse.cdt.ui/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index 04945877ae1..7311bfe2b33 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,16 @@
+2003-09-11 David Inglis
+ Deprecated
+
+ * src/org/eclipse/cdt/ui/wizards/BinaryParserBlock.java
+ * src/org/eclipse/cdt/ui/wizards/BuildPathInfoBlock.java
+ * src/org/eclipse/cdt/ui/wizards/CCProjectWizard.java
+ * src/org/eclipse/cdt/ui/wizards/CProjectWizard.java
+ * src/org/eclipse/cdt/ui/wizards/CProjectWizardPage.java
+ * src/org/eclipse/cdt/ui/wizards/IWizardTab.java
+ * src/org/eclipse/cdt/ui/wizards/IndexerBlock.java
+ * src/org/eclipse/cdt/ui/wizards/TabFolderPage.java
+ * utils.ui/org/eclipse/cdt/utils/ui/swt/IValidation.java
+
2003-09-11 John Camelon
Updated SourceElementRequestor callbacks to include IASTParameterReference callbacks.

Back to the top