f7d11f5228c193f09694ef6736478258b53e672c |
|
19-Jul-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Reducing widget dependencies, to just what the Widgetbase class
actually uses + base-pluginhost.
Dependency changes:
requires base-base, base-pluginhost instead of base
requires node-base, node-style, node-event-delegate instead of node
Also, added base-build to the widget-* extensions, so that Base.build
is present when you pull in any extensions; to minimize impact.
Users who were implicitly relying on the complete node or base package
which came with widget, will need to 'use' the missing modules.
Fixes #2528653 |