If you rename an EGL project, you must manually correct
most of the references to that project.
To rename an EGL project:
- In the Project Explorer view, right-click the project and click .
- In the Rename Java™ Project
window, type a new name for the project.
- Select the Update references check box.
If you select this check box, EGL will make the following changes
in addition to renaming the project itself:
- EGL corrects the value of the genProject build
descriptor option to the new name of the project.
- EGL corrects the .eglproject file to point to the default build
descriptors for the renamed project.
- For Program parts within an EGL plug-in project, EGL corrects
the reference to the program in the plugin.xml file.
- Click Preview to see the changes that will
be made as a result of renaming the project.
- To complete the process, click OK.
You must manually correct any other references to the new project
name, including:
- References to the project in other projects' EGL build path. See Editing the EGL build path.
- How the project is shared in a source code repository.
- References to files in the project, such as build files used in
other projects.