PR: 31582 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276927 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -63,6 +63,8 @@ Other changes: | |||||
| * Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env | * Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env | ||||
| variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at. | variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at. | ||||
| * Added revision and userid attributes to <pvcs> documentation. | |||||
| Changes from Ant 1.6.2 to current Ant 1.6 CVS version | Changes from Ant 1.6.2 to current Ant 1.6 CVS version | ||||
| ===================================================== | ===================================================== | ||||
| @@ -170,6 +170,16 @@ tag expects the executables to be found using the PATH environment variable.</td | |||||
| mapping.</td> | mapping.</td> | ||||
| <td valign="TOP">No</td> | <td valign="TOP">No</td> | ||||
| </tr> | </tr> | ||||
| <tr> | |||||
| <td valign="TOP">revision</td> | |||||
| <td valign="TOP">Retrieve the specified revision.</td> | |||||
| <td valign="TOP">No</td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td valign="TOP">userid</td> | |||||
| <td valign="TOP">Use the specified userid.</td> | |||||
| <td valign="TOP">No</td> | |||||
| </tr> | |||||
| </table> | </table> | ||||
| <h3><a name="nested">Nested Elements</a></h3> | <h3><a name="nested">Nested Elements</a></h3> | ||||
| @@ -622,8 +622,7 @@ public class Pvcs extends org.apache.tools.ant.Task { | |||||
| } | } | ||||
| /** | /** | ||||
| * User ID; unused. | |||||
| * @ant.attribute ignore="true" | |||||
| * User ID | |||||
| */ | */ | ||||
| public void setUserId(String u) { | public void setUserId(String u) { | ||||