1
0
Fork 0
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:
David McKnight 2006-05-16 19:11:04 +00:00
parent 6012d0059d
commit b5841705a9

View file

@ -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();