vmassol 01/05/04 01:20:42 Modified: cactus/docs/framework/xdocs installation_ant.xml servlets.xml Log: corrected name of cactus jars Revision Changes Path 1.2 +1 -1 jakarta-commons/cactus/docs/framework/xdocs/installation_ant.xml Index: installation_ant.xml =================================================================== RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/installation_ant.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- installation_ant.xml 2001/04/09 11:52:32 1.1 +++ installation_ant.xml 2001/05/04 08:20:37 1.2 @@ -42,7 +42,7 @@ </li> <li> The Cactus Sample application uses a custom task provided by Cactus - in the <code>cactus-ant-<version>.jar</code> jar file (the task + in the <code>commons-cactus-ant.jar</code> jar file (the task is called <strong><code><runservertests></code></strong>). </li> </ul> 1.2 +1 -1 jakarta-commons/cactus/docs/framework/xdocs/servlets.xml Index: servlets.xml =================================================================== RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/servlets.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- servlets.xml 2001/04/09 11:52:32 1.1 +++ servlets.xml 2001/05/04 08:20:38 1.2 @@ -467,7 +467,7 @@ <p> Cactus provides a custom Ant task (named <code>runservertests</code> hereafter) to do this. This task is located in the - <code>cactus-ant.jar</code> file. Here is an example of using this + <code>commons-cactus-ant.jar</code> file. Here is an example of using this task for running the tests in Tomcat : </p>