Bug 158932 - Renaming parent directory does not modify build path
Summary: Renaming parent directory does not modify build path
Status: RESOLVED DUPLICATE of bug 53297
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 03:57 EDT by Michael Illgner CLA
Modified: 2006-10-04 09:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Illgner CLA 2006-09-27 03:57:12 EDT
Hi,
I have several src folders in my project, not usually in the same level, but not nested

project
   subproject1
     java
        src
     sql
        src
   subproject2
      java
         src
      sql
         src
....

My build path contains subproject1/java/src and subproject2/java/src,
when I rename subproject1 to sub1 using the project explorer refactor/rename
menu, the change is not reflected in the build path of the project, I have to adjust in manually in the project properties.
Comment 1 Martin Aeschlimann CLA 2006-10-04 09:18:24 EDT

*** This bug has been marked as a duplicate of 53297 ***