You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/05/21 01:23:52 UTC

svn commit: r408106 - /maven/maven-1/plugins/trunk/ant/xdocs/properties.xml

Author: aheritier
Date: Sat May 20 16:23:52 2006
New Revision: 408106

URL: http://svn.apache.org/viewvc?rev=408106&view=rev
Log:
Add doc for maven.ant.compatibility

Modified:
    maven/maven-1/plugins/trunk/ant/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/ant/xdocs/properties.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/ant/xdocs/properties.xml?rev=408106&r1=408105&r2=408106&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ant/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/ant/xdocs/properties.xml Sat May 20 16:23:52 2006
@@ -67,6 +67,13 @@
           </td>
         </tr>
         <tr>
+          <td>maven.ant.compatibility</td>
+          <td>Sets the compatibility for the generated script. Valid values are <code>1.5</code> or <code>1.6</code>. With Ant &gt;= 1.6 the user can define a user/password for proxy settings.</td>
+          <td>since 1.2</td>
+          <td>Yes</td>
+          <td>1.6</td>
+        </tr>
+        <tr>
           <td>maven.ant.use.properties</td>
           <td>
             <span>The maven plugin for ant adds two lines at the top of the generated buildfile :</span>