martinc 02/02/11 21:01:30 Modified: doc index.xml project.xml Added: doc release-notes-1.0.2.xml Log: Updates for Struts 1.0.2 release. Revision Changes Path 1.15 +11 -12 jakarta-struts/doc/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/index.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- index.xml 21 Jan 2002 05:16:15 -0000 1.14 +++ index.xml 12 Feb 2002 05:01:30 -0000 1.15 @@ -64,7 +64,7 @@ <p>Of course, the only true documentation is the code itself. If you have any questions about how Struts actually works, do not hestate to <i>use the source</i>. For the complete, buildable source code to the entire Struts framework, see the "src" folder in - the <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/src/"><b>Struts 1.0.1 source distribution</b></a>.</p> + the <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/src/"><b>Struts 1.0.2 source distribution</b></a>.</p> <p>The Struts <a href="userGuide/resources.html"><b>Resources</b></a> page provides links to everything else written about Struts, including books, articles, tutorials, and sample @@ -80,24 +80,23 @@ <section name="Acquiring Struts" href="Acquiring"> - <p>The production release of <strong>Struts 1.0.1</strong> is available in - in convenient binary distribution and also with complete source code. In + <p>The <i>production release</i> of <strong>Struts 1.0.2</strong> is available in + a convenient binary distribution and also with complete source code. In addition, a library distribution is available, which contains the latest Struts binaries without the sample applications, providing a smaller, faster download.</p> <ul> - <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1"> - <b>Struts 1.0.1 Binary Distribution</b></a></li> - <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/lib"> - <b>Struts 1.0.1 Library Distribution</b></a></li> - <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/src"> - <b>Struts 1.0.1 Source Code Distribution</b></a></li> + <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2"> + <b>Struts 1.0.2 Binary Distribution</b></a></li> + <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/lib"> + <b>Struts 1.0.2 Library Distribution</b></a></li> + <li><a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/src"> + <b>Struts 1.0.2 Source Code Distribution</b></a></li> </ul> - <p>Check the <a href="release-notes-1.0.1.html">Release Notes</a> - for a summary of what new features have been added and other - changes since the Struts 1.0 release.</p> + <p>Check the <a href="release-notes-1.0.2.html">Release Notes</a> + for a summary of the changes since the Struts 1.0.1 release.</p> <p><b>In addition to a Struts distribution,</b> you will need to ensure that you have downloaded and installed all of the 1.18 +1 -1 jakarta-struts/doc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 21 Jan 2002 05:16:15 -0000 1.17 +++ project.xml 12 Feb 2002 05:01:30 -0000 1.18 @@ -21,7 +21,7 @@ <menu name="Getting Started"> <item name="Installation" href="installation-1.0.html"/> - <item name="Release Notes" href="release-notes-1.0.1.html"/> + <item name="Release Notes" href="release-notes-1.0.2.html"/> <item name="Javadoc" href="api/index.html"/> <item name="Mailing Lists" href="http://jakarta.apache.org/site/mail.html"/> <item name="Bug Database" href="http://jakarta.apache.org/site/bugs.html"/> 1.2 +106 -0 jakarta-struts/doc/release-notes-1.0.2.xml
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>