Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] compile error in MainLaunchConfigurationTab

Fixed

Thanks,
Alex

----- Original Message -----
From: "Johan Compagner" <jcompagner@xxxxxxxxx>
To: "DLTK Developer list" <dltk-dev@xxxxxxxxxxx>
Sent: Monday, September 15, 2008 9:37:31 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] compile error in MainLaunchConfigurationTab

protected void performApplyConnectionTimeout( 
ILaunchConfigurationWorkingCopy config) { 
config 
.removeAttribute(ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_WAITING_TIMEOUT); 
} 

ILaunchConfigurationWorkingCopy doesnt have a method removeAttribute() in eclipse 3.3 

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top