peterreilly 2004/09/24 07:26:10
Modified: . WHATSNEW
docs/manual/CoreTasks cvsversion.html
Log:
Manual page for cvsversion contained incorrect attributes and did not say
since 1.6.1
PR: 31408
Reported by: Andy Wood
Revision Changes Path
1.664 +3 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.663
retrieving revision 1.664
diff -u -r1.663 -r1.664
--- WHATSNEW 24 Sep 2004 08:45:49 -0000 1.663
+++ WHATSNEW 24 Sep 2004 14:26:09 -0000 1.664
@@ -105,6 +105,9 @@
* Classpath was treated in the same way as -lib options. Bugzilla 28046.
+* Manual page for cvsversion contained incorrect attributes and did not say
since 1.6.1.
+ Bugzilla 31408.
+
Changes from Ant 1.6.1 to Ant 1.6.2
===================================
1.3 +6 -5 ant/docs/manual/CoreTasks/cvsversion.html
Index: cvsversion.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvsversion.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvsversion.html 28 Jan 2004 23:24:52 -0000 1.2
+++ cvsversion.html 24 Sep 2004 14:26:09 -0000 1.3
@@ -11,7 +11,8 @@
<h2><a name="cvs">CvsVersion</a></h2>
<h3>Description</h3>
<p>
-This task allows to retrieve a CVS client and server version
+This task allows to retrieve a CVS client and server version.
+ <i>Since Ant 1.6.1.</i>
</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
@@ -63,13 +64,13 @@
<td colspan="3">Specific attributes</td>
</tr>
<tr>
- <td valign="top">cvsclientproperty</td>
+ <td valign="top">clientversionproperty</td>
<td valign="top">Name of a property where the cvsclient version
should be stored</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
- <td valign="top">cvsserverproperty</td>
+ <td valign="top">serverversionproperty</td>
<td valign="top">Name of a property where the cvs server version
should be stored</td>
<td align="center" valign="top">No</td>
@@ -78,8 +79,8 @@
<h3>Examples</h3>
<pre> <cvsversion cvsRoot=":pserver:[EMAIL
PROTECTED]:/home/cvspublic"
passfile="/home/myself/.cvspass"
- cvsserverproperty="apachecvsversion"
- cvsclientproperty="localcvsversion"
+ serverversionproperty="apachecvsversion"
+ clientversionproperty="localcvsversion"
/></pre>
<p>finds out the cvs client and server versions and stores the versions in
the
properties called apachecvsversion and localcvsversion</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]