kaz         02/03/25 17:03:46

  Modified:    src/templates/build build-test.xml
  Log:
  Added a depends to the doc target so it would create the pre-req
  directories so docs could be built even if there are no unit tests.
  
  Revision  Changes    Path
  1.18      +2 -1      jakarta-turbine-maven/src/templates/build/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-test.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build-test.xml    25 Mar 2002 21:28:37 -0000      1.17
  +++ build-test.xml    26 Mar 2002 01:03:46 -0000      1.18
  @@ -89,7 +89,8 @@
   <!-- ================================================================== -->
   
     <target
  -    name="junit-xml">
  +    name="junit-xml"
  +    depends="local-init">
   
       <taskdef 
         name="dvsl" 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to