Author: hibou
Date: Wed Jun 18 06:27:46 2008
New Revision: 669166
URL: http://svn.apache.org/viewvc?rev=669166&view=rev
Log:
Add a description to the task to make it public
Modified:
ant/ivy/ivyde/trunk/build.xml
Modified: ant/ivy/ivyde/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=669166&r1=669165&r2=669166&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Wed Jun 18 06:27:46 2008
@@ -236,7 +236,7 @@
<delete dir="work-ivy" />
</target>
- <target name="verify">
+ <target name="verify-checksum" description="Verify the checksums of the
artifacts to publish">
<checksum algorithm="MD5" fileext=".md5" format="MD5SUM"
verifyproperty="checksum.md5.ok" >
<fileset dir="${dist.dir}">
<include name="updatesite/plugins/org.apache.ivy*.jar" />