martinc 2003/06/28 22:36:42 Modified: doc/userGuide installation.xml Log: Update dependency versions and correct a typo. Revision Changes Path 1.29 +7 -7 jakarta-struts/doc/userGuide/installation.xml Index: installation.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- installation.xml 7 Jun 2003 21:52:33 -0000 1.28 +++ installation.xml 29 Jun 2003 05:36:42 -0000 1.29 @@ -86,17 +86,17 @@ <strong>Jakarta Commons Packages</strong> - Struts utilizes several packages from the <a href="http://jakarta.apache.org/commons/">Jakarta Commons Project</a>. - These are the packages which must be available if you you wish to + These are the packages which must be available if you wish to build Struts from source: <ul> - <li><em>Beanutils</em> (Version 1.5 or later)</li> + <li><em>Beanutils</em> (Version 1.6.1 or later)</li> <li><em>Collections</em> (Version 2.1 or later)</li> - <li><em>Digester</em> (Version 1.3 or later)</li> - <li><em>FileUpload</em> (1.0 RC1 or later)</li> - <li><em>Lang</em> (Version 1.1 or later)</li> + <li><em>Digester</em> (Version 1.5 or later)</li> + <li><em>FileUpload</em> (Version 1.0 or later)</li> + <li><em>Lang</em> (Version 1.0.1 or later)</li> <li><em>Logging</em> (Version 1.0.3 or later when it is available)</li> <li><em>Struts-Legacy</em> (Version 1.0 or later)</li> - <li><em>Validator</em> (Version 1.0.1 or later) </li> + <li><em>Validator</em> (Version 1.0.2 or later) </li> </ul> For your convenience, the requisite JARs are provided as a single download under the <code>lib</code> sub-directory with each release @@ -108,7 +108,7 @@ <li><strong>Jakarta ORO</strong> - <a href="http://jakarta.apache.org/oro/index.html">Apache Jakarta ORO</a> - version 2.06 (or later) is required to build Struts from source.</li> + version 2.0.6 (or later) is required to build Struts from source.</li> <li><strong>Xalan XSLT Processor</strong> - If you are building Struts from the source distribution, you will need a version of Xalan to perform
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]