umagesh 02/04/18 11:18:59
Modified: . build.xml
Log:
Generate MD5 checksums for 'rpm's as well.
Revision Changes Path
1.297 +7 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -r1.296 -r1.297
--- build.xml 18 Apr 2002 18:02:56 -0000 1.296
+++ build.xml 18 Apr 2002 18:18:59 -0000 1.297
@@ -1026,6 +1026,13 @@
<copy todir="${dist.base}/rpms">
<fileset dir="build/rpm/SRPMS"/>
</copy>
+ <checksum fileext=".md5">
+ <fileset dir="${dist.base}/rpms/">
+ <include name="**/*" />
+ <exclude name="**/*.asc" />
+ <exclude name="**/*.md5" />
+ </fileset>
+ </checksum>
</target>
<target name="distribution" depends="main_distribution, rpm"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>