tags:

views:

93

answers:

1

Hi

Since Eclipse is doing so much out of saying it's a flexible platform, how do I change the Java EE view to display a JSF project like this:

http://clausjoergensen.dk/media/files/eclipse_setup.png

Bascially I don't have ANY need to EVER see the Library Folders (why is there more than one?!?!?) and I don't need to have a "build" folder that I cannot delete, and that is ALWAYS EMPTY, there either.

Also, when Eclipse offers a fancy "Deployment Descriptor" tool, why is the WEB-INF folder even visible in the project? That can only lead to errors!

I preferable also want this folder AWAY. I mean, where's my "exclude from project" option that I have in Visual Studio?

+1  A: 
victor hugo
None of those options change the things I wish to have changed.
Claus Jørgensen
Just write "build" in *Patterns to ignore* and check "Libraries from external" in the list. C'mon play around a little!
victor hugo
Again, "Libraries from external" don't remove the default JRE, and "Patterns to ignore" is a search option.
Claus Jørgensen