Bug 63541

Summary: Please make project libraries path relative to ${workspace}
Product: [Eclipse Project] JDT Reporter: Roman Ginis <romanginis>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 RC1   
Hardware: All   
OS: All   
Whiteboard:

Description Roman Ginis CLA 2004-05-22 13:24:34 EDT
This would allow me to check in the .classpath file into cvs, so that my 
development team would be able to maintain only one libraries configuration.  
Right now, the file contains the actual path to the libraries.
Comment 1 DJ Houghton CLA 2004-05-25 10:43:49 EDT
Which build are you using? 

If you are using PDE classpath containers then it should just work...the
classpath can be shared in the repository and it is computed dynamically when
you load it. (this is how we work)

Moving to JDT/Core for comment/closure.
Comment 2 Philipe Mulet CLA 2004-05-25 11:04:12 EDT
You did you construct your build path ? You should be then using "Add JARs" 
instead of "Add external JARs".

Please reopen with accurate steps if you can reproduce it with 3.0M9 builds.