Author: xavier
Date: Thu Apr 3 04:28:56 2008
New Revision: 644269
URL: http://svn.apache.org/viewvc?rev=644269&view=rev
Log:
add "since 2.0" information to onMissingDescriptor (as part of IVY-297)
Modified:
ant/ivy/core/trunk/doc/use/buildlist.html
Modified: ant/ivy/core/trunk/doc/use/buildlist.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/use/buildlist.html?rev=644269&r1=644268&r2=644269&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/use/buildlist.html (original)
+++ ant/ivy/core/trunk/doc/use/buildlist.html Thu Apr 3 04:28:56 2008
@@ -67,7 +67,7 @@
<tr><td>excludeleaf</td><td><span class="since">since 1.4.1</span> true if
the leaf defined should be excluded from the list</td><td>No. Defaults to
false</td></tr>
<tr><td>haltonerror</td><td>true to halt the build when an invalid ivy
file is encountered, false to continue</td><td>No. Defaults to true</td></tr>
<tr><td>skipbuildwithoutivy</td><td>Deprecated, use onMissingDescriptor
instead. true to skip files of the fileset with no corresponding ivy file,
false otherwise. If false the file with no corresponding ivy file will be
considered as independent of the other and put at the beginning of the built
filelist.</td><td>No. Defaults to false</td></tr>
- <tr><td>onMissingDescriptor</td><td>Specify the action to take when no
module descriptor file is found for a file of the fileset. Possible values are:
+ <tr><td>onMissingDescriptor</td><td><span class="since">since 2.0</span>
Specify the action to take when no module descriptor file is found for a file
of the fileset. Possible values are:
<ul>
<li>head</li>put at the head of the built filelist.
<li>tail</li>put at the tail of the built filelist.