mirror of https://github.com/apache/ant-ivy
fix doc
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1555480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31b26e7456
commit
5332b523b9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue