Community
Participate
Working Groups
I'd liek to be able to collapse the set of jar files into a single container in the tree. Navigating in a web app back and fort over a large set of dependent JAR files is annoying at best. The container should have the option of "stuck open" when the "X" collapse all button is pushed. e.g. I have: commons.beanutils.jar commons-collections.jar . . . + 34 other jar files I'd like it to look like this: [src] ([] designates a closed folder) Vdependent jarsV (VV designates an open folder) commons.beanutils.jar commons-collections.jar . . . jdom.jar [config] or [src] [dependent jars] [config] [webapp] if the folder is closed (much cleaner).
P.S. This is in the PackageExplorer that this functionality is desired.
Two ways to "remove" the libraries: - you can filter them out - you can define a library project. This is a normal Java projetc which only contains the needed libraries. Your normal project can then reference the library project.
reopen: dup of bug 83389
*** This bug has been marked as a duplicate of 83389 ***