What's New for 3.0.1?
This document describes the API changes that have been made in the Faceted Project Framework for the WTP 3.0.1 release. Both Java API and extension point changes are covered. All API that was deprecated in this release is still supported, but clients are advised to switch to non-deprecated alternatives as soon as feasible.
1. Separate Icons for Different Versions of a Runtime Component Type
The images
extension point now supports a version
attribute when used
together with runtime-component-type
attribute. This allows separate icons to be used
for different versions of the same runtime component type.
2. IRuntimeComponentVersion Extends IAdaptable
IRuntimeComponentVersion interface now extends platform's IAdaptable interface.