core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/BuildContextSBSv2.java
branchC3_BUILDER_WORK
changeset 1437 8534c28043b9
parent 1433 1a693b01d107
child 1438 03403c6a4740
equal deleted inserted replaced
1433:1a693b01d107 1437:8534c28043b9
    57 	public String getDisplayString() {
    57 	public String getDisplayString() {
    58 		
    58 		
    59 		
    59 		
    60 		// TODO: Still need to decide on how to set display string
    60 		// TODO: Still need to decide on how to set display string
    61 		// and how it's used for legacy SBSv2 configs
    61 		// and how it's used for legacy SBSv2 configs
    62 		if (displayString != null && !displayString.equals(configID)){
    62 		if (displayString != null){
    63 			return displayString;
    63 			return displayString;
    64 		}
    64 		}
    65 		
    65 		
    66 		// TODO: else fallback for old configs, we should convert
    66 		// TODO: else fallback for old configs, we should convert
    67 		String EMULATOR_DISPLAY_TEXT = "Emulator"; //$NON-NLS-1$
    67 		String EMULATOR_DISPLAY_TEXT = "Emulator"; //$NON-NLS-1$