mbenson 2004/10/07 09:25:04 Modified: . WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/pvcs Pvcs.java docs/manual/OptionalTasks pvcstask.html Log: Documentation fixes for PVCS task. PR: 31582 Revision Changes Path 1.672 +2 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.671 retrieving revision 1.672 diff -u -r1.671 -r1.672 --- WHATSNEW 7 Oct 2004 15:40:46 -0000 1.671 +++ WHATSNEW 7 Oct 2004 16:25:03 -0000 1.672 @@ -63,6 +63,8 @@ * 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. +* Added revision and userid attributes to <pvcs> documentation. + Changes from Ant 1.6.2 to current Ant 1.6 CVS version ===================================================== 1.32 +1 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/pvcs/Pvcs.java Index: Pvcs.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/pvcs/Pvcs.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- Pvcs.java 9 Mar 2004 16:48:34 -0000 1.31 +++ Pvcs.java 7 Oct 2004 16:25:04 -0000 1.32 @@ -622,8 +622,7 @@ } /** - * User ID; unused. - * @ant.attribute ignore="true" + * User ID */ public void setUserId(String u) { 1.9 +10 -0 ant/docs/manual/OptionalTasks/pvcstask.html Index: pvcstask.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/pvcstask.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pvcstask.html 29 May 2003 21:35:42 -0000 1.8 +++ pvcstask.html 7 Oct 2004 16:25:04 -0000 1.9 @@ -170,6 +170,16 @@ mapping.</td> <td valign="TOP">No</td> </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> <h3><a name="nested">Nested Elements</a></h3>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]