Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/CHANGELOG.txt,v
retrieving revision 1.5.2.2
diff -u -p -r1.5.2.2 CHANGELOG.txt
--- CHANGELOG.txt	21 Jun 2009 03:43:03 -0000	1.5.2.2
+++ CHANGELOG.txt	7 Aug 2009 17:01:23 -0000
@@ -6,6 +6,7 @@ jQuery UI x.x-x.x, xxxx-xx-xx
 
 jQuery UI 6.x-1.x, xxxx-xx-xx
 -----------------------------
+#542908 by sun: Clarified installation instructions.
 
 
 jQuery UI 6.x-1.3, 2009-06-21
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/README.txt,v
retrieving revision 1.5.2.2
diff -u -p -r1.5.2.2 README.txt
--- README.txt	21 Jun 2009 03:43:03 -0000	1.5.2.2
+++ README.txt	7 Aug 2009 17:00:54 -0000
@@ -25,7 +25,7 @@ To submit bug reports and feature sugges
 
 * Copy the jquery_ui module directory to your sites/all/modules directory.
 
-* Download the latest jQuery UI 1.6 development package from:
+* Download the latest jQuery UI 1.6 release from:
 
     http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6
 
@@ -33,6 +33,10 @@ To submit bug reports and feature sugges
 
     /sites/all/modules/jquery_ui/jquery.ui/
 
+  so the actual jQuery UI JavaScript files are located in:
+
+    /sites/all/modules/jquery_ui/jquery.ui/ui/*.js
+
 * Enable the module at Administer >> Site building >> Modules.
 
 
@@ -46,7 +50,7 @@ to jQuery UI 1.7, you can get around thi
 
     http://drupal.org/project/jquery_update
 
-* Download the latest jQuery UI 1.7 development package from:
+* Download the latest jQuery UI 1.7 release from:
 
     http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.7
 
@@ -54,6 +58,10 @@ to jQuery UI 1.7, you can get around thi
 
     /sites/all/modules/jquery_ui/jquery.ui/
 
+  so the actual jQuery UI JavaScript files are located in:
+
+    /sites/all/modules/jquery_ui/jquery.ui/ui/*.js
+
 
 -- API --
 
