nicolaken    02/04/09 07:18:40

  Modified:    .        build.xml
  Log:
  Fixed dist build bug seen by Andy.
  
  Revision  Changes    Path
  1.16      +1 -1      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 9 Apr 2002 11:14:48 -0000       1.15
  +++ build.xml 9 Apr 2002 14:18:39 -0000       1.16
  @@ -250,7 +250,7 @@
     <!--         Build distributions        -->
     <!-- ================================== -->
   
  -  <target  name="dist"
  +  <target  name="dist" depends="-init"
              description="Make distributions">
              
       <echo>**********************************************</echo>
  
  
  


Reply via email to