svn commit: r901018 - /lenya/branches/BRANCH_2_0_X/src/targets/dist-build.xml

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Wed Jan 20 00:51:55 2010
New Revision: 901018

URL: http://svn.apache.org/viewvc?rev=901018&view=rev
Log:
Add SHA-512s to dists

Modified:
    lenya/branches/BRANCH_2_0_X/src/targets/dist-build.xml

Modified: lenya/branches/BRANCH_2_0_X/src/targets/dist-build.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/targets/dist-build.xml?rev=901018&r1=901017&r2=901018&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/targets/dist-build.xml (original)
+++ lenya/branches/BRANCH_2_0_X/src/targets/dist-build.xml Wed Jan 20 00:51:55 2010
@@ -73,9 +73,11 @@
     <gzip zipfile="${dist.bin.dir}.tar.gz" src="${dist.bin.dir}.tar"/>
     <delete file="${dist.bin.dir}.tar"/>
     <checksum file="${dist.bin.dir}.tar.gz" fileext=".md5"/>
-    
+    <checksum file="${dist.bin.dir}.tar.gz" fileext=".sha" algorithm="SHA-512" />
+
     <zip zipfile="${dist.bin.dir}.zip" basedir="${dist.root}" includes="${distname}-bin/**"/>
     <checksum file="${dist.bin.dir}.zip" fileext=".md5"/>
+    <checksum file="${dist.bin.dir}.zip" fileext=".sha" algorithm="SHA-512" />
   </target>
 
   <!--
@@ -143,9 +145,11 @@
     <gzip zipfile="${dist.src.dir}.tar.gz" src="${dist.src.dir}.tar"/>
     <delete file="${dist.src.dir}.tar"/>
     <checksum file="${dist.src.dir}.tar.gz" fileext=".md5"/>
+    <checksum file="${dist.src.dir}.tar.gz" fileext=".sha" algorithm="SHA-512" />
 
     <zip zipfile="${dist.src.dir}.zip" basedir="${dist.root}" includes="${distname}-src/**"/>
     <checksum file="${dist.src.dir}.zip" fileext=".md5"/>
+    <checksum file="${dist.src.dir}.zip" fileext=".sha" algorithm="SHA-512" />
   </target>
 
   <!--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.