From 34564166f41c9e81a030b25d1b46bb6850d22a86 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sat, 12 Apr 2003 14:04:22 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.core/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.