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 2003/02/08 17:43:27 UTC

cvs commit: jakarta-cactus/samples/servlet build.xml

vmassol     2003/02/08 08:43:27

  Modified:    samples/servlet build.xml
  Log:
  minor refactoring
  
  Revision  Changes    Path
  1.5       +4 -4      jakarta-cactus/samples/servlet/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	8 Feb 2003 11:17:11 -0000	1.4
  +++ build.xml	8 Feb 2003 16:43:27 -0000	1.5
  @@ -312,14 +312,14 @@
               <arg value="-Dbase.dir=${target.sample.dir}"/>
               <arg value="-Dbasedir=${basedir}"/>
               
  +            <!-- Override default cactus jar defined in the called script
  +                 by the clovered one if clover is enabled -->
  +            <arg line="${clover.system.parameter}"/>
  +
               <!-- Pass all servlet engine properties -->
               <arg line="${test.args.list}"/>
               <arg line="-buildfile ${target.sample.dir}/build.xml"/>
               <arg value="test"/>
  -
  -            <!-- Override default cactus jar defined in the called script
  -                 by the clovered one if clover is enabled -->
  -            <arg line="${clover.system.parameter}"/>
                    
               <classpath>
                   <pathelement path="${java.class.path}"/>
  
  
  

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