From d95e06591522ab70d4a9de28196066fd30cdec05 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 28 Oct 2003 19:59:34 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 4d7d6769447..b623de8b44e 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,12 @@ +2003-10-27 Alain Magloire + + Fix PR45609: + IWorkspaceRoot.getFileForLocation() does not work well when + the resource is linked, we should fall back to + IWorkspaceRoot.findFilesForLocation(). + + * src/org/eclipse/cdt/core/ErrorParserManager.java + 2003-10-23 Alain Magloire Firing deltas on cpathentries modifications.