Index: jquery_ui.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/jquery_ui.info,v
retrieving revision 1.2
diff -u -r1.2 jquery_ui.info
--- jquery_ui.info	1 Aug 2008 15:06:22 -0000	1.2
+++ jquery_ui.info	17 Feb 2009 21:36:27 -0000
@@ -3,4 +3,3 @@
 description = Provides the jQuery UI plug-in to other Drupal modules.
 package = User interface
 core = 6.x
-dependencies[] = jquery_update
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/README.txt,v
retrieving revision 1.4
diff -u -r1.4 README.txt
--- README.txt	23 Jun 2008 23:45:01 -0000	1.4
+++ README.txt	17 Feb 2009 21:36:27 -0000
@@ -32,8 +32,9 @@
 1. Copy the jquery_ui module directory to your sites/SITENAME/modules
    directory.
 
-2. Download the "Development bundle" of jQuery UI from
-   http://ui.jquery.com/download.
+2. Download the latest 1.5.x build of jQuery UI from:
+
+     http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.5
 
 3. Extract it as a sub-directory called 'jquery.ui' in the jquery_ui folder:
 
Index: jquery_ui.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/jquery_ui.install,v
retrieving revision 1.4
diff -u -r1.4 jquery_ui.install
--- jquery_ui.install	3 Nov 2008 23:21:02 -0000	1.4
+++ jquery_ui.install	17 Feb 2009 21:36:27 -0000
@@ -29,7 +29,10 @@
   else {
     // Required library wasn't found. Abort installation.
     $requirements['jquery_ui']['value'] = $t('Not found');
-    $requirements['jquery_ui']['description'] = $t('Missing jQuery UI plug-in. Please !download and extract it to your jquery_ui module directory. See README.txt for more info.', array('!download' => l($t('download the jQuery UI development bundle'), 'http://ui.jquery.com/download')));
+    // Provide a download link to the jQuery UI development bundle. The provided
+    // link will list the latest 1.5.x build because jQuery UI 1.6.x requires
+    // at least Query 1.3+, which isn't available in Drupal 6.
+    $requirements['jquery_ui']['description'] = $t('Missing jQuery UI plug-in. Please !download and extract it to your jquery_ui module directory. See README.txt for more info.', array('!download' => l($t('download the jQuery UI development bundle'), 'http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.5')));
     $requirements['jquery_ui']['severity'] = REQUIREMENT_ERROR;
   }
 
