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

- Go to the URL specified in the collective/js/jqueryui/css/plone4/jquery-ui-1.8.4.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 "plone4" in "Theme Folder Name" field.
- Download jquery-ui-1.8.4.custom.zip

Commands to execute::

    PKG="~/svn/collective.js.jqueryui/trunk/collective/js/jqueryui"
    cd /tmp/
    unzip ~/jquery-ui-1.8.4.custom.zip
    cat css/plone4/jquery-ui-1.8.4.custom.css $PKG/css/plone4-patch.css > $PKG/css/plone4/jquery-ui-1.8.4.custom.css
    rm $PKG/css/plone4/images/*
    cp css/plone4/images/* $PKG/css/plone4/images/
    cp js/jquery-ui-1.8.4.custom.min.js $PKG/jquery-ui-1.8.4.custom.min.js
    cp development-bundle/ui/i18n/jquery-ui-i18n.js $PKG/jquery-ui-i18n.js
    sed -i 's@images/@++resource++jquery.ui.images/@' $PKG/css/plone4/jquery-ui-1.8.4.custom.css

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