IMPROVEMENT: Additional descriptions of build.xml targets (IVY-499)

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@695405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Scokart Gilles 2008-09-15 09:59:23 +00:00
parent 48055baa93
commit 5be115cc7e
2 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br
- 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)

View File

@ -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}" />