Bug 69299

Summary: Project References do not reflect build path projects
Product: [Eclipse Project] JDT Reporter: Rob Oxspring <roxspring>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Rob Oxspring CLA 2004-07-05 11:41:34 EDT
In the project properties, adding a project in Java Build Project no longer adds
a Project Reference entry.  This is a shame since our ant build uses this as
dependancy information.

Rob
Comment 1 Philipe Mulet CLA 2004-07-05 12:40:55 EDT
We are now setting project dynamic references, instead of static ones. 

These should be visible still through API: IProject.getReferencedProjects()
but no longer persisted in .project file, as no longer necessary. Dynamic 
project references allow to compute classpath dynamically, and not resulting 
in outgoing changes on .project file as a side-effect.

Please reopen if you found a case where the above API did not work correctly, 
and then provide steps to reproduce.