Bug 63541 - Please make project libraries path relative to ${workspace}
Summary: Please make project libraries path relative to ${workspace}
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.0 RC1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 13:24 EDT by Roman Ginis CLA
Modified: 2004-05-25 11:04 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 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.