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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]