Bug 252432 - [render] Use the new API from JDT/Core to provide a better display of the referenced jars
Summary: [render] Use the new API from JDT/Core to provide a better display of the ref...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.6 M6   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 252431
Blocks:
  Show dependency tree
 
Reported: 2008-10-28 12:50 EDT by Olivier Thomann CLA
Modified: 2010-03-08 14:36 EST (History)
2 users (show)

See Also:


Attachments
Fix (8.56 KB, patch)
2010-03-08 14:35 EST, Markus Keller CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2008-10-28 12:50:22 EDT
When jar are referenced in the Class-Path: clause of the MANIFEST.MF file, they end up being displayed with the name of the jar that referenced them.
This is far from being ideal as it is difficult to distinguish them.
Comment 1 Markus Keller CLA 2010-02-22 11:34:01 EST
(In reply to comment #0)
> When jar are referenced in the Class-Path: clause of the MANIFEST.MF file, they
> end up being displayed with the name of the jar that referenced them.

This has been fixed by bug 252591.

Keeping this bug for further improvements, e.g. an appendix that tells the first JAR from whose "Class-Path:" entry in the manifest this JAR is referenced:

a.jar - referenced by aref.jar
Comment 2 Markus Keller CLA 2010-03-08 14:35:39 EST
Created attachment 161340 [details]
Fix
Comment 3 Markus Keller CLA 2010-03-08 14:36:06 EST
Fixed in HEAD.