Author: bayard
Date: Fri Aug  4 11:00:13 2006
New Revision: 428802

URL: http://svn.apache.org/viewvc?rev=428802&view=rev
Log:
Mention at the top of the user guide that FileUpload depends on Commons IO - as 
wished for in FILEUPLOAD-114

Modified:
    jakarta/commons/proper/fileupload/trunk/xdocs/using.xml

Modified: jakarta/commons/proper/fileupload/trunk/xdocs/using.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk/xdocs/using.xml?rev=428802&r1=428801&r2=428802&view=diff
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/xdocs/using.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/xdocs/using.xml Fri Aug  4 11:00:13 
2006
@@ -39,6 +39,11 @@
       some of the simpler - and most common - usage patterns. Customization of
       FileUpload is described <a href="customizing.html">elsewhere</a>.
     </p>
+    <p>
+       FileUpload depends on Commons IO, so make sure you have the version 
+       mentioned on the <a href="dependencies.html">dependencies page</a> in 
+       your classpath before continuing.
+    </p>
   </section>
 
   <section name="How it works">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to