You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2004/07/17 20:18:27 UTC

cvs commit: jakarta-struts build.xml

martinc     2004/07/17 11:18:27

  Modified:    .        build.xml
  Log:
  Update the 'release' target to delete the tar files, since we don't
  distribute them, and generate MD5 checksums for .tar.gz and .zip
  files.
  ----------------------------------------------------------------------
  
  Revision  Changes    Path
  1.134     +6 -0      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- build.xml	8 Jul 2004 13:22:23 -0000	1.133
  +++ build.xml	17 Jul 2004 18:18:27 -0000	1.134
  @@ -490,6 +490,12 @@
                 zipfile="${upload.dir}/${upload.file.base}-lib.tar.gz"/>
           <gzip     src="${upload.dir}/${upload.file.base}-src.tar"
                 zipfile="${upload.dir}/${upload.file.base}-src.tar.gz"/>
  +        <delete>
  +            <fileset dir="${upload.dir}" includes="*.tar"/>
  +        </delete>
  +        <checksum algorithm="MD5" fileext=".md5">
  +            <fileset dir="${upload.dir}" includes="*.zip,*.gz"/>
  +        </checksum>
       </target>
   
   <!--
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org