Bug 196808

Summary: [ccp] [dnd] Make deep copy of folders/packages
Product: [Eclipse Project] JDT Reporter: Benno Baumgartner <benno.baumgartner>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, sptaszkiewicz
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 20036    
Bug Blocks:    

Description Benno Baumgartner CLA 2007-07-17 09:30:37 EDT
I20070710-1416

Given:
P01
 +folder
   file1
P02
 +folder
   file2

1. Copy/Paste P01/folder onto P02
Is:
 Dialog requires to skip the operation
Should:
P01
 +folder
   file1
P02
 +folder
   file1
   file2

Same for move
Comment 1 Dani Megert CLA 2010-10-07 08:21:39 EDT
*** Bug 308297 has been marked as a duplicate of this bug. ***