peterreilly 2004/09/24 07:28:26
Modified: . Tag: ANT_16_BRANCH WHATSNEW
docs/manual/CoreTasks Tag: ANT_16_BRANCH cvsversion.html
Log:
sync
Revision Changes Path
No revision
No revision
1.503.2.135 +3 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.503.2.134
retrieving revision 1.503.2.135
diff -u -r1.503.2.134 -r1.503.2.135
--- WHATSNEW 10 Sep 2004 16:43:05 -0000 1.503.2.134
+++ WHATSNEW 24 Sep 2004 14:28:26 -0000 1.503.2.135
@@ -43,6 +43,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
===================================
No revision
No revision
1.1.2.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.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- cvsversion.html 28 Jan 2004 23:26:08 -0000 1.1.2.2
+++ cvsversion.html 24 Sep 2004 14:28:26 -0000 1.1.2.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]