vmassol     01/05/04 01:36:08

  Modified:    cactus/build build.xml
  Log:
  make the deploy-site target depend on clean to be sure everything is built from the 
ground up
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-commons/cactus/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/build/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2001/05/02 17:41:54     1.11
  +++ build.xml 2001/05/04 08:36:05     1.12
  @@ -612,7 +612,7 @@
   
          ========================================================================
       -->
  -    <target name="deploy-site" depends="site" if="username">
  +    <target name="deploy-site" depends="clean,site" if="username">
   
           <property name="homepage" value="/www/jakarta.apache.org/commons/cactus"/>
   
  
  
  

Reply via email to