Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Plugins moving to internal packages

In the next integration build, TeamPlugin and TeamUIPlugin will be moved to
Internal packages - they will not be API in 2.0. I doubt this will cause
problems for anybody. The reason for this move is that plug-in classes are
not intended to be reusable components, nor are they intended to contain
reusable, interesting API. Sometimes they end up being used as a grab-bag
for more-or-less static methods; this is what we are trying to stop.

The only reason that you might be referencing TeamUIPlugin is for shared
images; these are now accessible via the class TeamImages. There is nothing
else interesting on the plug-in class itself.

james



Back to the top