1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone.

This commit is contained in:
Kushal Munir 2007-02-23 21:54:57 +00:00
parent c1393857f5
commit a61f2965b4

View file

@ -115,6 +115,8 @@ public class SystemFileTransferModeRegistry
try {
wb = PlatformUI.getWorkbench();
}
// exception occurs if this is initialized before workbench has started
// TODO: we need to listen for workbench start to complete, then reinitialize
catch (Exception e) {
wb = null;
}