You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2004/04/01 21:58:33 UTC

cvs commit: jakarta-tapestry/support build.xml

hlship      2004/04/01 11:58:33

  Modified:    support  build.xml
  Log:
  Ensure that MD5 checksum files are generated as ".md5".
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-tapestry/support/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/support/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	26 Mar 2004 23:21:17 -0000	1.7
  +++ build.xml	1 Apr 2004 19:58:33 -0000	1.8
  @@ -61,7 +61,7 @@
   
   		<echo>Generating checksums ...</echo>
   
  -		<checksum>
  +		<checksum fileext="md5">
   			<fileset dir="${framework.version}">
   				<include name="*.tar.gz"/>
   				<include name="*.zip"/>
  
  
  

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