Reputation: 26344
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.
Upvotes: 1
Views: 872
Reputation: 46
Unfortunately, the "Customize view" menu doesn't allow adding new filters. If the filter you need is not in the list, there is something else you can do:
If you want to hide files from a subset of your project files, you can right-click any directory of your project and choose properties for only that directory and its subdirectories.
That worked on Eclipse Helios Service Release 2.
Upvotes: 1
Reputation: 24788
In the Package Explorer, click the triangle button on the toolbar. Select Filters... and add add appropriate exclusion rule for the output directory.
Upvotes: -1
Reputation: 2285
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).
Upvotes: 2