nicolaken    02/04/18 11:12:26

  Modified:    .        build.xml
  Log:
  Changed order of dependency in the dist, so that tests are run after site generation.
  
  Revision  Changes    Path
  1.24      +1 -1      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 18 Apr 2002 15:41:48 -0000      1.23
  +++ build.xml 18 Apr 2002 18:12:26 -0000      1.24
  @@ -175,7 +175,7 @@
     <!--  dist target wo single build checks    -->
     <!-- ====================================== -->
   
  -  <target  name="dist"   depends="-init, clean, test, jar, site"
  +  <target  name="dist"   depends="-init, clean, jar, site, test"
              description="Build distribution packages wo single build checks">
   
       <antcall target="call-cent">
  
  
  


Reply via email to