fixed bug #11462.
authorwpaul
Mon, 21 Jun 2010 17:49:53 -0500
changeset 1512 8731dc95fb5a
parent 1510 90c95d26606c
child 1513 8a8e855bd44e
fixed bug #11462.
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<IMMPBitmap> 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);