# HG changeset patch # User wpaul # Date 1277160593 18000 # Node ID 8731dc95fb5a46af4926cf44c00bcd00df7adb45 # Parent 90c95d26606c5b2c9f5f05004622d14fd921e3ed fixed bug #11462. diff -r 90c95d26606c -r 8731dc95fb5a builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/EpocEngineHelper.java --- a/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/EpocEngineHelper.java Mon Jun 21 16:26:29 2010 -0500 +++ b/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/EpocEngineHelper.java Mon Jun 21 17:49:53 2010 -0500 @@ -1066,7 +1066,7 @@ // get the bitmaps List bmps = mmpData.getBitmaps(); for (IMMPBitmap bmp : bmps) { - IPath mbmPath = bmp.getTargetFilePath().makeRelative(); + IPath mbmPath = bmp.getTargetFilePath().makeAbsolute(); // if there's no target path then use the main target path if (mbmPath.segmentCount() == 1) { mbmPath = targetPath.append(mbmPath);