In our Eclipse plugin are we managing some resources using navigator. For every folder in the navigator Eclipse is creating an .project
file which leads to some problem in the code under resource management.
One way is to filter .project
file pragmatically. But I wonder if there is a configuration or setting in Eclipse to prevent creation of .project
files for the maps under navigator?