Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] idea for new viewer part - jar manifest browser

As *.jar files mature, developers are making more use of the
manifest.mf file for meta information, such as vendor ids, revision
numbers and formal package names.  It would be most excellent if
eclipse had the ability to create a manifest viewer part such that
when clicking on a packaged *.jar file, it would show this information
in the editor in a formatted manner (perhaps similar to how the editor
appears).

This feature becomes especially important when dealing with
generically named jar files, such as standard.jar or struts.jar.  It
is virtually impossible to know what version you currently have
installed based on those filenames.

Just an idea...I will add it to my list of things to play with, but if
someone beats me to the punch, that would be great as well.

Dan Allen
http://www.mojavelinux.com


Back to the top