You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/19 03:33:25 UTC

svn commit: r370348 - in /struts/shale/trunk/xdocs: building.xml features-test-framework.xml

Author: wsmoak
Date: Wed Jan 18 18:33:19 2006
New Revision: 370348

URL: http://svn.apache.org/viewcvs?rev=370348&view=rev
Log:
Improve documentation.
Bug: 38295
Reported By: Dennis C. Byrne <dennis at dbyrne.net>

Modified:
    struts/shale/trunk/xdocs/building.xml
    struts/shale/trunk/xdocs/features-test-framework.xml

Modified: struts/shale/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/building.xml?rev=370348&r1=370347&r2=370348&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/building.xml (original)
+++ struts/shale/trunk/xdocs/building.xml Wed Jan 18 18:33:19 2006
@@ -64,7 +64,7 @@
                 you installed the distribution.</li>
             <li><code>jsf.home</code> - If you are using MyFaces, comment out
                 the default value and uncomment the following line.</li>
-            <li><code>jsf-api.jar</code> - IF you are using MyFaces, comment out
+            <li><code>jsf-api.jar</code> - If you are using MyFaces, comment out
                 the default value and uncomment the following line.</li>
             <li><code>jsf-impl.jar</code> - If you are using MyFaces,
                 comment out the default value and uncomment the following

Modified: struts/shale/trunk/xdocs/features-test-framework.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/features-test-framework.xml?rev=370348&r1=370347&r2=370348&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/features-test-framework.xml (original)
+++ struts/shale/trunk/xdocs/features-test-framework.xml Wed Jan 18 18:33:19 2006
@@ -181,7 +181,7 @@
             class that accepts the <code>Class</code> instance for this test
             suite:
 <source>
-public static suite() {
+public static Test suite() {
     return new TestSuite(SelectTestCase.class);
 }
 </source></li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org