Bug 7422 - Missing project references on some imported Java projects
Summary: Missing project references on some imported Java projects
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-10 06:47 EST by Philipe Mulet CLA
Modified: 2002-01-11 08:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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