From 7134b937799e7f9bef64e7900975461f4764d861 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 27 Mar 2003 20:07:43 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index f7706d0be4b..8ab73c0d212 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,8 @@ +2003-03-27 Alain Magloire + * model/org/eclipse/cdt/internal/core/model/BinaryContainer.java: + * model/org/eclipse/cdt/internal/core/model/ArchiveContainer.java: + Name is now "Binaries" and "Archives", lib and bin was confusing. + 2003-03-27 Alain Magloire The ICElement.getResource() should not throw a CModelException, it returns null or the the resource.