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"
    VERSION="1.7.3"
    PREV="1.7.2"
    cd /tmp/
    unzip ~/jquery-ui-$VERSION.custom.zip
    rm $PKG/css/plone4/images/*
    rm $PKG/css/plone4/jquery-ui-$PREV.custom.css
    rm $PKG/jquery-ui-$PREV.custom.min.js
    cp css/plone4/images/* $PKG/css/smoothness/images/
    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
    sed -i 's@images/@++resource++jquery.ui.images/@' $PKG/css/plone4/jquery-ui-$VERSION.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
