Upgrading a Java Component Implementation

Perform these steps after you modify a component implementation.

Procedure

  1. Open the plug-in manifest of the plug-in containing the component implementation.
    1. In the Overview tab, increment the appropriate version component of the plug-in. For example, if you add a property, change 1.0.0.qualifier to 1.1.0.qualifier.
    2. In the Runtime tab, increment the appropriate version component of the exported package. For example, if you add a property, change 1.0.0.qualifier to 1.1.0.qualifier.
    3. Save the manifest.
  2. Open the custom feature containing the plug-in.
    1. In the Overview tab, increment the appropriate version component of the feature. For example, if you add a property, change 1.0.0.qualifier to 1.1.0.qualifier.
    2. In the Plug-ins tab, increment the appropriate version component of the included plug-in. For example, if you add a property, change 1.0.0.qualifier to 1.1.0.qualifier.
    3. Save the feature.