| Summary: | .classpath files are out of sync with project deps in nano branch of kernel. | ||
|---|---|---|---|
| Product: | [RT] Virgo | Reporter: | Chris Frost <eclipse> |
| Component: | runtime | Assignee: | Borislav Kapukaranov <b.kapukaranov> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | b.kapukaranov, glyn.normington, milesg78 |
| Version: | 3.1.0.M01 | ||
| Target Milestone: | 3.5.0.M03 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Chris Frost
Note that you can use update-dependencies.sh to fix this problem. Suppose some of the values for a dependency are correct at v1 and some, e.g. in .classpaths, are incorrect at v0. Call the script to set all the values to v0 - this will "miss" those values which are already at v0. Then call the script again to set all the values to v1 - this will find all the values. Borislav fixed this. |