Browse Source

Adding information concerning multiple line labels in <p4label/>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275284 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
1ca4fd8771
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/manual/OptionalTasks/perforce.html

+ 3
- 1
docs/manual/OptionalTasks/perforce.html View File

@@ -384,7 +384,8 @@ is not the latest any more.
</tr>
<tr>
<td valign="top">view</td>
<td valign="top">client view to use for label</td>
<td valign="top">client view to use for label<br/>
The view can contain multiple lines separated by ; or :</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
@@ -406,6 +407,7 @@ is not the latest any more.
name=&quot;NightlyBuild:${DSTAMP}:${TSTAMP}&quot;
desc=&quot;Auto Nightly Build&quot;
lock=&quot;locked&quot;
label=&quot;//firstdepot/...;//secondepot/foo/bar/...&quot;
/&gt;
</pre>
<hr>


Loading…
Cancel
Save