Rich UI project migration

When you migrate Rich UI projects to later versions of EGL, remember these considerations.

Because the base Rich UI project (com.ibm.egl.rui) is updated to the latest version with each new release, you must make manual updates to your projects.

To get the new com.ibm.egl.rui project:
  1. Close any open Rich UI editor windows.
  2. Create a new EGL Rich UI project, which will import the latest com.ibm.egl.rui_version project into your workspace.
  3. Open the EGL Build Path for each of your existing EGL Rich UI projects by right-clicking the project name, clicking Properties, and clicking EGL Build Path.
  4. On the EGL Build Path page, on the Projects tab, clear the previous com.ibm.egl.rui project, select the latest com.ibm.egl.rui_version project, and click OK.

Feedback