mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
transfer does not require archive management support - fix for 141818
This commit is contained in:
parent
6012d0059d
commit
b5841705a9
1 changed files with 3 additions and 0 deletions
|
@ -1747,12 +1747,15 @@ public class SystemViewRemoteFileAdapter
|
|||
resultSet.setMessage(errorMessage);
|
||||
return resultSet;
|
||||
}
|
||||
/* DKM - not sure what this is doing here...
|
||||
* maybe there used to be a check for an archive
|
||||
if (!srcFileOrFolder.getParentRemoteFileSubSystem().getParentRemoteFileSubSystemFactory().supportsArchiveManagement())
|
||||
{
|
||||
SystemMessage errorMessage = RSEUIPlugin.getPluginMessage(ISystemMessages.MSG_ERROR_ARCHIVEMANAGEMENT_NOTSUPPORTED);
|
||||
resultSet.setMessage(errorMessage);
|
||||
return resultSet;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
String name = srcFileOrFolder.getName();
|
||||
|
|
Loading…
Add table
Reference in a new issue