[Japi-cvs] SF.net SVN: japi:[1380] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-09-29 20:41:29
|
Revision: 1380 http://japi.svn.sourceforge.net/japi/?rev=1380&view=rev Author: christianhujer Date: 2009-09-29 20:41:21 +0000 (Tue, 29 Sep 2009) Log Message: ----------- Do not write the md5sums to a file. SourceForge generates them automatically now. Instead write them to stdout so the uploading developer can verify them with the generated sums on SourceForge. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2009-09-21 19:51:34 UTC (rev 1379) +++ common/trunk/commonBuild.xml 2009-09-29 20:41:21 UTC (rev 1380) @@ -359,7 +359,7 @@ <checksum format="MD5SUM"> <fileset dir="." includes="${distPath}*" /> </checksum> - <concat destfile="${distPath}.md5sums"> + <concat> <fileset dir="." includes="${distPath}*.MD5" /> </concat> <delete> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |