vmassol     01/05/02 10:00:00

  Modified:    cactus/build build.xml
  Log:
  make the doc target depend on the jar target (because the doc targets uses the 
custom CVS log task)
  
  Revision  Changes    Path
  1.10      +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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 2001/04/29 20:48:36     1.9
  +++ build.xml 2001/05/02 16:59:56     1.10
  @@ -355,7 +355,7 @@
           </ant>        
       </target>
   
  -    <target name="doc" depends="doc.22,doc.23">
  +    <target name="doc" depends="jar,doc.22,doc.23">
       </target>
   
       <!-- 
  
  
  

Reply via email to