Renaming an EGL project

If you rename an EGL project, you must manually correct most of the references to that project.
To rename an EGL project:
  1. In the Project Explorer view, right-click the project and click Refactor > Rename.
  2. In the Rename Java™ Project window, type a new name for the project.
  3. 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.
  4. Click Preview to see the changes that will be made as a result of renaming the project.
  5. To complete the process, click OK.
You must manually correct any other references to the new project name, including:

Feedback