Author: peterreilly
Date: Sat Sep 16 17:23:56 2006
New Revision: 446984

URL: http://svn.apache.org/viewvc?view=rev&rev=446984
Log:
add a comment in the docs about env key change

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

Modified: ant/core/trunk/docs/manual/CoreTasks/exec.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/exec.html?view=diff&rev=446984&r1=446983&r2=446984
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/exec.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/exec.html Sat Sep 16 17:23:56 2006
@@ -290,7 +290,12 @@
   </tr>
   <tr>
     <td valign="top">key</td>
-    <td valign="top">The name of the environment variable.</td>
+    <td valign="top">
+      The name of the environment variable.
+      <br/>
+      <em>Note: (Since Ant 1.7)</em>
+      For windows, the name is case-insensitive.
+    </td>
     <td align="center" valign="top">Yes</td>
   </tr>
   <tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to