Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 6058
Collapse All | Expand All

(-)CopyVisitor.java (+1 lines)
Lines 70-75 Link Here
70
		}
70
		}
71
		if (destination.getType() == IResource.FOLDER) {
71
		if (destination.getType() == IResource.FOLDER) {
72
			((IFolder)destination).create(updateFlags, true, null);
72
			((IFolder)destination).create(updateFlags, true, null);
73
			CoreFileSystemLibrary.copyAttributes(source.getLocation().toOSString(), destination.getLocation().toOSString(), false);
73
			return true;
74
			return true;
74
		}
75
		}
75
		// XXX: should use transfer streams in order to report better progress
76
		// XXX: should use transfer streams in order to report better progress

Return to bug 6058