Project Properties
Use the Force.com IDE’s project properties dialog to modify an existing project: to
update organization credentials and connection settings, change the included metadata components,
and adjust view settings. To open the project properties dialog, right-click your top-level
project folder and select Properties.
The project properties dialog includes standard Eclipse property pages and the following
Force.com project property pages.
- Force.com Project Properties: The properties on the main page determine a Force.com project’s Salesforce connection settings. Use this page to update your password or security token, change timeout values, or associate your project with a different home organization. For details on these properties, see Project Properties.
- Apex Code Settings: This page allows you to define default logging levels for the tests that execute during your deployments and during Execute Anonymous code execution. For details on these settings, see Apex Code Settings: Log Category and Log Level.
- Force.com Project Contents: This page shows the contents of your project based on the project manifest file (package.xml). To add or remove metadata components from your project, click Add/Remove Metadata Components. If this project contains a package, the server determines which files are retrieved. You can change the contents of the package only on the server, not from this page. When you change project contents, you are prompted to refresh files from the server.