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.