You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gs...@apache.org on 2008/09/15 11:59:24 UTC

svn commit: r695405 - in /ant/ivy/core/trunk: CHANGES.txt build.xml

Author: gscokart
Date: Mon Sep 15 02:59:23 2008
New Revision: 695405

URL: http://svn.apache.org/viewvc?rev=695405&view=rev
Log:
IMPROVEMENT: Additional descriptions of build.xml targets (IVY-499)

Modified:
    ant/ivy/core/trunk/CHANGES.txt
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=695405&r1=695404&r2=695405&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Mon Sep 15 02:59:23 2008
@@ -111,6 +111,7 @@
 - IMPROVEMENT: Give the possibility to not compute ivy.deps.changed (IVY-876)
 - IMPROVEMENT: Add a memory cache for the module descriptor that are parsed from the cache (IVY-883)
 - IMPROVEMENT: Improve performance (IVY-872)
+- IMPROVEMENT: Additional descriptions of build.xml targets (IVY-499)
 
 - FIX: Publish Ant Task 'warnonmissing' ignored (IVY-867)
 - FIX: Ivy stand-alone ignores -cache argument (IVY-901) (thanks to Chris)

Modified: ant/ivy/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=695405&r1=695404&r2=695405&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Mon Sep 15 02:59:23 2008
@@ -116,7 +116,7 @@
     	<mkdir dir="${ivy.report.dir}" />
     </target>
     
-    <target name="clean">
+    <target name="clean" description="delete all generated files keeping sources only">
         <delete dir="${classes.build.dir}" />
         <delete dir="${test.build.dir}" />
         <delete dir="${artifacts.build.dir}" />