Bug 306680

Summary: [build path] UI to configure referenced JARs in Properties > Java Build Path > Libraries
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2010-03-22 05:53:24 EDT
I20100316-0859

Add UI to configure referenced JARs in Properties > Java Build Path > Libraries:

- show all referenced JARs at the end of the list (info from JavaCore#getReferencedClasspathEntries(..) on each raw JAR)
- label should mention a referencing JAR (see JavaElementLabelComposer)
- unnecessary entries from IJavaProject#getReferencedClasspathEntries() should be flagged with a warning message and an overlay on the icon. User should be able to remove unnecessary entries, but not necessary ones.