tags:

views:

136

answers:

2

Hi

How can I hide the output folders (/war/com.projname.EntryPoint/) in the /war/ folder in Eclipse's Package Explorer?

I've tried setting the folders to 'Derived' but it doesn't chage a thing.

+2  A: 

In the 'Project Explorer', if you click on the triangle on the upper right hand side and select 'Customize View', you should be able to set a filter on 'Java Output Folders' (ie the checkbox for this field should be selected).

prometheus
The question is: ... in Eclipse's Package Explorer
nanda
It is pretty much the same for the Package Explorer and Project Explorer -- I happened to have the Project Explorer open at the time.
prometheus
A: 

In the Package Explorer, click the triangle button on the toolbar. Select Filters... and add add appropriate exclusion rule for the output directory.

nanda