Bug 7422

Summary: Missing project references on some imported Java projects
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2002-01-10 06:47:43 EST
Build 20011219 + JDTCORE official patch 

After importing all plugin projects in a fresh new workspace (using the pde 
import tool), org.eclipse.ui does not have correct project references  (it 
actually has none).

It does not matter whether importing in source/binary form.
Comment 1 Philipe Mulet CLA 2002-01-10 08:36:05 EST
Seems it can occur if at some point the classpath is set in a mode where 
resources cannot be touched. From there on, project references maybe left 
inconsistent since further opening of the buildpath wizard (and no change is 
performed, just press ok) will be optimized out (thought that the classpath is 
not actually changed).

Fixed