debuggercdi/com.nokia.cdt.debug.cw.symbian/src/com/nokia/cdt/debug/cw/symbian/SettingsData.java
branchRCL_2_4
changeset 895 ba188c4d4120
parent 828 17e718655d73
child 1168 8e38fdef1cea
equal deleted inserted replaced
891:067c6d734171 895:ba188c4d4120
   481 		//
   481 		//
   482 		configuration.setAttribute(PreferenceConstants.J_PN_TrkConnectionType, PreferenceConstants.J_PV_TrkConnectionType_Serial);
   482 		configuration.setAttribute(PreferenceConstants.J_PN_TrkConnectionType, PreferenceConstants.J_PV_TrkConnectionType_Serial);
   483 		configuration.setAttribute(RemoteConnectionsTRKHelper.USES_REMOTE_CONNECTIONS_ATTRIBUTE, true);
   483 		configuration.setAttribute(RemoteConnectionsTRKHelper.USES_REMOTE_CONNECTIONS_ATTRIBUTE, true);
   484 		IConnection defaultConnection = RemoteConnectionsTRKHelper.getFirstCompatibleConnection();
   484 		IConnection defaultConnection = RemoteConnectionsTRKHelper.getFirstCompatibleConnection();
   485 		if (defaultConnection != null)
   485 		if (defaultConnection != null)
   486 			configuration.setAttribute(RemoteConnectionsTRKHelper.CONNECTION_ATTRIBUTE, defaultConnection.getIdentifier());
   486 			RemoteConnectionsTRKHelper.setRemoteConnectionAttribute(configuration, defaultConnection);
   487 	}
   487 	}
   488 	
   488 	
   489 	public static void setFileTransferTab(ILaunchConfigurationWorkingCopy configuration, IProject project) {
   489 	public static void setFileTransferTab(ILaunchConfigurationWorkingCopy configuration, IProject project) {
   490 
   490 
   491 		//======== File Transfer tab ============================================
   491 		//======== File Transfer tab ============================================