git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1555480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicolas Lalevee 2014-01-05 11:01:26 +00:00
parent 31b26e7456
commit 5332b523b9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ NB: among every listed files or artifacts, only the actually OSGi bundles will b
<tr><td>resolverName</td><td>the name of the resolver from which the jars should be to gathered</td><td>No</td></tr>
<tr><td>cacheName</td><td>the name of the cache from which the jars should be to gathered</td><td>No</td></tr>
<tr><td>baseDir</td><td>the folder into which the jars should be gather recursively</td><td>No</td></tr>
<tr><td>sourceType</td><td>if used as a post resolve task, 'sourceType' define the type of artifacts which should be considered as source artifacts (defaults to 'source,source,src')</td><td>No</td></tr>
<tr><td>sourceType</td><td>if used as a post resolve task, 'sourceType' define the type of artifacts which should be considered as source artifacts (defaults to 'source,sources,src')</td><td>No</td></tr>
<tr><td>encoding</td><td>The encoding of the resulting xml file</td><td>No. Defaults to <tt>UTF-8</tt></td></tr>
<tr><td>indent</td><td>Specify if the xml result file should be indented</td><td>No. Defaults to <tt>true</tt></td></tr>
<tr><td>quiet</td><td>Log as debug rather than warning the rejected jars as they are illformed</td><td>No. Defaults to <tt>false</tt></td></tr>