Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-04-12 14:04:22 +0000
committerAlain Magloire2003-04-12 14:04:22 +0000
commit34564166f41c9e81a030b25d1b46bb6850d22a86 (patch)
tree91996a2a987185b92829f98b8f00a43ced96b3a2 /core/org.eclipse.cdt.core
parentd01a3f7d714caa7a4024a5613c185b3124d45b01 (diff)
downloadorg.eclipse.cdt-34564166f41c9e81a030b25d1b46bb6850d22a86.tar.gz
org.eclipse.cdt-34564166f41c9e81a030b25d1b46bb6850d22a86.tar.xz
org.eclipse.cdt-34564166f41c9e81a030b25d1b46bb6850d22a86.zip
updated
Diffstat (limited to 'core/org.eclipse.cdt.core')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index a3b0aac8bca..3bda1b6a442 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-12 Alain Magloire
+
+ Bug 36424,
+ The Binaries/Archives were not deleted in the virtual containers.
+
+ * model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java:
+ createElement() checks for the binaries in the virtual containers also.
+ * mode/org/eclipse/cdt/internal/core/model/CModelManager.java:
+ Remove unused methods.
+
2003-04-09 Alain Magloire
Give a chance to the manager to initialize and shutdown gracefully.

Back to the top