Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Decorator extension point removed from org.eclipse.team.ui

The decoration extension point has been removed from the plugin.xml file 
in org.eclipse.team.ui. The supporting code had previously been removed, 
we just removed the declaration so this shouldn't break anyone.

Decoration is now done by the generic workbench decoration facility. 
Individual providers that wish to provide decoration for elements under 
their control should extend the org.eclipse.ui.decorators extension point.

james


Back to the top