You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/12/30 17:07:27 UTC

svn commit: r360113 - in /ant/core/trunk: docs/manual/CoreTypes/filelist.html src/main/org/apache/tools/ant/types/FileList.java

Author: mbenson
Date: Fri Dec 30 08:07:24 2005
New Revision: 360113

URL: http://svn.apache.org/viewcvs?rev=360113&view=rev
Log:
Properly document "since version" for filelist nested file element.
Bugzilla 37824.

Modified:
    ant/core/trunk/docs/manual/CoreTypes/filelist.html
    ant/core/trunk/src/main/org/apache/tools/ant/types/FileList.java

Modified: ant/core/trunk/docs/manual/CoreTypes/filelist.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTypes/filelist.html?rev=360113&r1=360112&r2=360113&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/filelist.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/filelist.html Fri Dec 30 08:07:24 2005
@@ -44,7 +44,7 @@
     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>

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/FileList.java
URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/types/FileList.java?rev=360113&r1=360112&r2=360113&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/FileList.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/FileList.java Fri Dec 30 08:07:24 2005
@@ -172,6 +172,7 @@
      * 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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org