I wonder if it would be possible to hide separate modules that are already part of an EAR , from the top level of the project explorer view?
Currently, when I open an EAR project in MyEclipse (7.0m2) using the project explorer, it neatly groups any dependent modules beneath the main EAR node. E.g.:
my_ear_project
-> Deployment Descriptor: ear
-> Modules
-> web_module1
-> web_module2
-> ejb_module
However, at the same time all 3 modules are still shown as individual projects at the top level. E.g:
my_ear_project
some_other_project
web_module1
web_module2
yet_some_other_project
ejb_module
Since I’m trying to reduce the clutter in my workspace a little bit, I’d like web_module1, web_module2 and ejb_module to only show up beneath the “my_ear_project” project and not at the top level. The project explorer view already offers filters for a lot of stuff, so it seems that you ‘just’ need to add a filter for ‘linked modules’ orso.
Thanks a lot in advance for looking into this.