craigmcc 01/05/12 20:24:18
Modified: doc release-notes-1.0-b2.xml struts-html.xml
Log:
Miscellaneous updates.
Revision Changes Path
1.6 +6 -12 jakarta-struts/doc/release-notes-1.0-b2.xml
Index: release-notes-1.0-b2.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/release-notes-1.0-b2.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- release-notes-1.0-b2.xml 2001/05/13 02:56:19 1.5
+++ release-notes-1.0-b2.xml 2001/05/13 03:24:17 1.6
@@ -26,15 +26,14 @@
<p>The binary distribution of this release includes the following
files relevant to Struts 1.0:</p>
<ul>
- <li><code>INSTALL</code> - </li>
+ <li><code>INSTALL</code> - Brief installation instructions. See
+ the <code>Struts Documentation Application</code>, or online at
+ <a
href="http://jakarta.apache.org/struts/">http://jakarta.apache.org/struts/</a>
+ for more information.</li>
<li><code>LICENSE</code> - The Apache Software Foundation license that
defines the terms under which you can use Struts (and other software
licensed by Apache).</li>
- <li><code>README</code> - </li>
- <li><code>etc/</code> - Directory containing the Ant build scripts
- used to construct the Struts binary release. These are useful
- as examples of how Ant can be used, but are not required to use
- Struts in your own applications.</li>
+ <li><code>README</code> - A brief introduction to Struts.</li>
<li><code>lib/</code> - Directory containing files you will need in
your own applications. The individual files of interest are:
<ul>
@@ -67,11 +66,6 @@
for web.xml files conforming to the Servlet 2.3 specification.
This copy is for reference purposes only.</li>
</ul></li>
- <li><code>src/</code> - Directory containing the Java source code for the
- entire Struts framework, for reference purposes. <strong>NOTE</strong>
- - if you wish to build Struts from scratch, you should download and
- install the Struts Source Distribution instead of trying to build
- from this directory.</li>
<li><code>webapps/</code> - Web Application Archive (WAR) files for the
web applications that are included with Struts.</li>
</ul>
@@ -130,7 +124,7 @@
<li>It is now possible to integrate business logic that is already
encapsulated as a servlet or JSP page, via use of two new standard
actions: <code>org.apache.struts.actions.ForwardAction</code> and
- <code>org.apache.struts.actions.IncludeAction</code> These actions
+ <code>org.apache.struts.actions.IncludeAction</code>. These actions
let you take advantage of the standard processing perfomed by the
controller servlet (including form bean population and calling the
<code>validate()</code> method), but not have to write Java code to
1.11 +1 -1 jakarta-struts/doc/struts-html.xml
Index: struts-html.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/struts-html.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- struts-html.xml 2001/05/11 16:55:38 1.10
+++ struts-html.xml 2001/05/13 03:24:17 1.11
@@ -14,7 +14,7 @@
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>html</shortname>
- <display-name>Form Construction Tags</display-name>
+ <display-name>Page Construction Tags</display-name>
<info>
<p>
This taglib contains tags used to create struts