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 cm...@apache.org on 2003/05/12 17:48:05 UTC

cvs commit: jakarta-cactus/framework build.xml

cmlenz      2003/05/12 08:48:05

  Modified:    framework build.xml
  Log:
  Fix typo: copy jspRedirector.jsp into the clover target dir when compiling the clover version
  
  Revision  Changes    Path
  1.47      +1 -1      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml	12 May 2003 13:59:10 -0000	1.46
  +++ build.xml	12 May 2003 15:48:05 -0000	1.47
  @@ -196,7 +196,7 @@
               <classpath refid="project.class.path"/>
           </javac>
   
  -        <copy todir="${target.classes.java.dir}/org/apache/cactus/server"
  +        <copy todir="${target.classes.clover.dir}/org/apache/cactus/server"
               file="${web.dir}/jspRedirector.jsp"/>
   
           <!-- Disable Clover for subsequent compilations -->
  
  
  

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