### Eclipse Workspace Patch 1.0 #P org.eclipse.cdt.make.core Index: src/org/eclipse/cdt/make/internal/core/scannerconfig/gnu/GCCPerFileBOPConsoleParserUtility.java =================================================================== RCS file: /cvsroot/tools/org.eclipse.cdt-releng/all/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/scannerconfig/gnu/GCCPerFileBOPConsoleParserUtility.java,v retrieving revision 1.6 diff -u -r1.6 GCCPerFileBOPConsoleParserUtility.java --- src/org/eclipse/cdt/make/internal/core/scannerconfig/gnu/GCCPerFileBOPConsoleParserUtility.java 23 Jun 2005 16:02:36 -0000 1.6 +++ src/org/eclipse/cdt/make/internal/core/scannerconfig/gnu/GCCPerFileBOPConsoleParserUtility.java 25 Aug 2006 09:11:28 -0000 @@ -173,7 +173,7 @@ * @param filePath : String * @return filePath : IPath - not null */ - IPath getAbsolutePath(String filePath) { + public IPath getAbsolutePath(String filePath) { IPath pFilePath; if (filePath.startsWith("/") || filePath.startsWith("\\") || //$NON-NLS-1$ //$NON-NLS-2$ (!filePath.startsWith(".") && //$NON-NLS-1$