You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by st...@apache.org on 2004/03/05 17:28:04 UTC

cvs commit: ws-axis/java build.xml

stevel      2004/03/05 08:28:04

  Modified:    java     build.xml
  Log:
  add description to compile target
  
  Revision  Changes    Path
  1.241     +2 -1      ws-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/build.xml,v
  retrieving revision 1.240
  retrieving revision 1.241
  diff -u -r1.240 -r1.241
  --- build.xml	21 Feb 2004 19:21:52 -0000	1.240
  +++ build.xml	5 Mar 2004 16:28:03 -0000	1.241
  @@ -86,7 +86,8 @@
     <!-- =================================================================== -->
     <!-- Compiles the source directory                                       -->
     <!-- =================================================================== -->
  -  <target name="compile" depends="printEnv" unless="compile.built">
  +  <target name="compile" depends="printEnv" unless="compile.built"
  +    description="compile the source and create the jar files">
       <depend srcdir="${src.dir}" destdir="${build.dest}"
               cache="${build.dir}/dependencycache" closure="no">
       </depend>