You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/01/26 05:43:58 UTC

svn commit: r903075 - /ant/core/trunk/docs/manual/CoreTasks/property.html

Author: bodewig
Date: Tue Jan 26 04:43:58 2010
New Revision: 903075

URL: http://svn.apache.org/viewvc?rev=903075&view=rev
Log:
relative and basedir attributes are new.  PR 48609

Modified:
    ant/core/trunk/docs/manual/CoreTasks/property.html

Modified: ant/core/trunk/docs/manual/CoreTasks/property.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/property.html?rev=903075&r1=903074&r2=903075&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/property.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/property.html Tue Jan 26 04:43:58 2010
@@ -156,12 +156,14 @@
   </tr>
   <tr>
     <td valign="top">relative</td>
-    <td valign="top">If set to <tt>true</tt> the relative path to <tt>basedir</tt> is set.</td>
+    <td valign="top">If set to <tt>true</tt> the relative path
+      to <tt>basedir</tt> is set.  <em>Since Ant 1.8.0</em></td>
     <td align="center" valign="top">No (default=<tt>false</tt>)</td>
   </tr>
   <tr>
     <td valign="top">basedir</td>
-    <td valign="top">The basedir to calculate the relative path from.</td>
+    <td valign="top">The basedir to calculate the relative path
+      from.  <em>Since Ant 1.8.0</em></td>
     <td align="center" valign="top">No (default=<tt>${basedir}</tt>)</td>
   </tr>
 </table>