You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/11/23 13:07:32 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/share build-share.xml

vmassol     2002/11/23 04:07:32

  Modified:    sample-servlet/conf/sample/build/share build-share.xml
  Log:
  Need httpunit on the server side too in order to load some sample servlet test classes
  
  Revision  Changes    Path
  1.9       +1 -0      jakarta-cactus/sample-servlet/conf/sample/build/share/build-share.xml
  
  Index: build-share.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/share/build-share.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build-share.xml	28 Jul 2002 21:40:32 -0000	1.8
  +++ build-share.xml	23 Nov 2002 12:07:32 -0000	1.9
  @@ -407,6 +407,7 @@
           <copy tofile="${target.lib.dir}/cactus.jar" file="${cactus.framework.jar}"/>
           <copy tofile="${target.lib.dir}/aspectjrt.jar" file="${aspectjrt.jar}"/>
           <copy tofile="${target.lib.dir}/commons-logging.jar" file="${commons.logging.jar}"/>
  +        <copy tofile="${target.lib.dir}/httpunit.jar" file="${httpunit.jar}"/>
   
           <!-- Copy the log4j server configuration file in order to change its
                name to log4j.properties (the default name for Log4j) -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>