nico 01/05/03 00:10:18
Modified: docs/manual/OptionalTasks perforce.html
Log:
Capitalised "Perforce", cleaned up some typos, amended authors names.
Submitted by: Les Hughes <[EMAIL PROTECTED]>
Revision Changes Path
1.6 +9 -8 jakarta-ant/docs/manual/OptionalTasks/perforce.html
Index: perforce.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/perforce.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perforce.html 2001/04/06 08:50:09 1.5
+++ perforce.html 2001/05/03 07:10:16 1.6
@@ -7,6 +7,7 @@
<p>by</p>
<ul>
<li>Les Hughes (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>)</li>
+ <li>Kirk Wylie (<a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>)</li>
</ul>
<p>Version 1.1 - 2001/01/09</p>
<hr>
@@ -25,9 +26,9 @@
Although it is possible to use these commands on the desktop,
they were primarily intended to be used by automated build systems.</p>
-<p><b>Note:</b> These tasks require the <a
href="http://jakarta.apache.org/oro" target="_top">oro 2.0</a> regular
-expression package. Simply download this package and copy the
jakarta-oro-2.0.jar file into Ant's lib directory.
-You will also need the perforce client executable (p4 or p4.exe but not
p4win.exe) in your path.
+<p><b>Note:</b> These tasks require the <a
href="http://jakarta.apache.org/oro" target="_top">oro 2.0.XXX</a> regular
+expression package. Simply download this package and copy the
jakarta-oro-2.0.XXX.jar file into Ant's lib directory.
+You will also need the Perforce client executable (p4 or p4.exe but not
p4win.exe) in your path.
</p>
@@ -37,11 +38,11 @@
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td><a href="#p4sync">P4Sync</a></td>
- <td>Synchronise a workspce to a depot</td>
+ <td>Synchronise a workspace to a depot</td>
</tr>
<tr>
<td><a href="#p4change">P4Change</a></td>
- <td>Request a new changelist from the perforce server</td>
+ <td>Request a new changelist from the Perforce server</td>
</tr>
<tr>
<td><a href="#p4edit">P4Edit</a></td>
@@ -49,7 +50,7 @@
</tr>
<tr>
<td><a href="#p4submit">P4Submit</a></td>
- <td>Submit a changelist to the perforce server (checkin)</td>
+ <td>Submit a changelist to the Perforce server (checkin)</td>
</tr>
<tr>
<td><a href="#p4have">P4Have</a></td>
@@ -108,7 +109,7 @@
</table>
<p>
-Your local installation of perforce may require other settings (e.g.
P4PASSWD, P4CONFIG). At the moment, these can only be set outside of Ant, as
environment variables.
+Your local installation of Perforce may require other settings (e.g.
P4PASSWD, P4CONFIG). At the moment, these can only be set outside of Ant, as
environment variables.
</p>
<h3>Examples</h3>
@@ -184,7 +185,7 @@
<h2><a name="p4change">P4Change</a></h2>
<h3>Description:</h3>
-<p>Request a new changelist from the perforce server.
+<p>Request a new changelist from the Perforce server.
This task sets the ${p4.change} property which can then be passed to
P4Submit or P4Edit.
</p>
<h3>Parameters</h3>