Eclipse Configuration Files

Each Eclipse project is configured through two XML files; a .project and a .classpath file. Also a number of preferences and settings can be configured at a project level rather than workspace level; the effect of setting these at a project level means that this configuration, which form files and entries in a.settings folder under the project, can be distributed which the project in a team environment.

The configuration mentioned in section is maintained by right-clicking on a Project within the Project Explorer view in Eclipse and selectingProperties.