Browse Source

Properly document "since version" for filelist nested file element.

Bugzilla 37824.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@360113 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
7130036e2a
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTypes/filelist.html
  2. +1
    -0
      src/main/org/apache/tools/ant/types/FileList.java

+ 1
- 1
docs/manual/CoreTypes/filelist.html View File

@@ -44,7 +44,7 @@ types.
This represents a file name. The nested element allows filenames containing
white space and commas.
</p>
<p><em>Since ant 1.7</em></p>
<p><em>Since Ant 1.6.2</em></p>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>


+ 1
- 0
src/main/org/apache/tools/ant/types/FileList.java View File

@@ -172,6 +172,7 @@ public class FileList extends DataType implements ResourceCollection {
* Add a nested &lt;file&gt; nested element.
*
* @param name a configured file element with a name.
* @since Ant 1.6.2
*/
public void addConfiguredFile(FileName name) {
if (name.getName() == null) {


Loading…
Cancel
Save