Author: hibou
Date: Sun Jan 5 11:01:26 2014
New Revision: 1555480
URL: http://svn.apache.org/r1555480
Log:
fix doc
Modified:
ant/ivy/core/trunk/doc/use/buildobr.html
Modified: ant/ivy/core/trunk/doc/use/buildobr.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/buildobr.html?rev=1555480&r1=1555479&r2=1555480&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/buildobr.html (original)
+++ ant/ivy/core/trunk/doc/use/buildobr.html Sun Jan 5 11:01:26 2014
@@ -50,7 +50,7 @@ NB: among every listed files or artifact
<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>