# HG changeset patch # User timkelly # Date 1271446176 18000 # Node ID 3309ec15dfd78194a5339d8a3be25502d93139d0 # Parent 17df11e18bc26dc376a24ade5f093cc9c6225cba clean up comments diff -r 17df11e18bc2 -r 3309ec15dfd7 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 Fri Apr 16 14:18:25 2010 -0500 +++ b/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/EpocEngineHelper.java Fri Apr 16 14:29:36 2010 -0500 @@ -855,8 +855,7 @@ } IPath path = buildConfig.getTargetOutputDirectory(); - //IPath path = buildConfig.getSDK().getReleaseRoot().append(releasePlatform.toLowerCase()).append(buildConfig.getTargetString().toLowerCase()); - + // if targetpath is non-null and this is an EKA1 emulator config then add it if (buildConfig.getPlatformString().equals(ISymbianBuildContext.EMULATOR_PLATFORM)) { if (buildConfig.getSDK().getOSVersion().getMajor() < 9) { diff -r 17df11e18bc2 -r 3309ec15dfd7 builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/project/ICarbideBuildConfiguration.java --- a/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/project/ICarbideBuildConfiguration.java Fri Apr 16 14:18:25 2010 -0500 +++ b/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/project/ICarbideBuildConfiguration.java Fri Apr 16 14:29:36 2010 -0500 @@ -134,6 +134,8 @@ /** Get the full path of the release directory into the SDK where binaries are built * NOTE: This does not account for whether or not a project has the FEATUREVARIANT keyword * @return IPath + * + * @since 2.6 */ IPath getTargetOutputDirectory();