acoliver    02/04/06 14:08:22

  Modified:    .        build.xml
  Log:
  put jar target on the menu as its the only way to get the jars from the
  thing currently
  
  Revision  Changes    Path
  1.10      +2 -1      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 6 Apr 2002 17:36:35 -0000       1.9
  +++ build.xml 6 Apr 2002 22:08:22 -0000       1.10
  @@ -116,6 +116,7 @@
       <echo message=" Builds will be in /build directory, distributions in /dist."/>  
      
       <echo message="  "/>    
       <echo message=" compile ---------- compiles the source code "/>     
  +    <echo message=" jar -------------- create the jar files "/>
       <echo message=" docs ------------- generates the html docs"/>        
       <echo message=" cleandocs -------- cleans the build docs directory"/>    
       <echo message=" javadocs --------- generates the API documentation"/>     
  @@ -414,7 +415,7 @@
     <!-- ================================== -->
     
     <target  name="all"   
  -           depends="gump"
  +           depends="gump,jar"
              description="Generate all"/>
              
     <!-- ================================== -->
  
  
  


Reply via email to