How to upgrade this package
===========================

- Go to the URL specified in the collective/js/jqueryui/css/sunburst/jquery-ui-1.8.12.custom.css file to pre-load current theme settings.
- Click on "Download theme" in the left-side "Theme rollover".
- Unselect the tabs plugins which conflict with jquerytools
- Click on "Advanced Theme Settings" to expand options and type "sunburst" in "Theme Folder Name" field.
- Download jquery-ui-1.8.X.custom.zip

Commands to execute::

    PKG="/home/toutpt/workspace/collective.js.jqueryui/collective/js/jqueryui"
    VERSION="1.8.12"
    PREV="1.8.9"
    cd /tmp/
    unzip ~/jquery-ui-$VERSION.custom.zip
    rm $PKG/css/sunburst/images/*
    rm $PKG/css/sunburst/jquery-ui-$PREV.custom.css
    rm $PKG/jquery-ui-$PREV.custom.min.js
    rm $PKG/jquery-ui-$PREV.custom.js
    cp css/sunburst/jquery-ui-$VERSION.custom.css $PKG/css/sunburst/
    cp css/sunburst/images/* $PKG/css/sunburst/images/
    cp js/jquery-ui-$VERSION.custom.min.js $PKG/jquery-ui-$VERSION.custom.js
    cp js/jquery-ui-$VERSION.custom.min.js $PKG/jquery-ui-$VERSION.custom.min.js
    cp development-bundle/ui/i18n/jquery-ui-i18n.js $PKG/jquery-ui-i18n.js

- replace "font-size: 1.2em;" by "font-size: 0.9em;" for .ui-widget css rule.
- update version in README.txt and configure.zcml
