Upgrading a Java Component Implementation
Perform these steps after you modify a component implementation.
- Procedure
- Open the plug-in manifest of the plug-in containing the component
implementation.
- 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.
- 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.
- Save the manifest.
- Open the custom feature containing the plug-in.
- 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.
- 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.
- Save the feature.