Browse Source

Documentation fixes for PVCS task.

PR: 31582


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276927 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
c3c765a2b6
3 changed files with 13 additions and 2 deletions
  1. +2
    -0
      WHATSNEW
  2. +10
    -0
      docs/manual/OptionalTasks/pvcstask.html
  3. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/pvcs/Pvcs.java

+ 2
- 0
WHATSNEW View File

@@ -63,6 +63,8 @@ Other changes:
* 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
=====================================================



+ 10
- 0
docs/manual/OptionalTasks/pvcstask.html View File

@@ -170,6 +170,16 @@ tag expects the executables to be found using the PATH environment variable.</td
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>



+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/optional/pvcs/Pvcs.java View File

@@ -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) {


Loading…
Cancel
Save