diff --git a/WHATSNEW b/WHATSNEW index fcc2739ba..d9b602d9b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -105,6 +105,9 @@ Fixed bugs: * 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 =================================== diff --git a/docs/manual/CoreTasks/cvsversion.html b/docs/manual/CoreTasks/cvsversion.html index 73d54dddb..a415f5413 100644 --- a/docs/manual/CoreTasks/cvsversion.html +++ b/docs/manual/CoreTasks/cvsversion.html @@ -11,7 +11,8 @@

CvsVersion

Description

-This task allows to retrieve a CVS client and server version +This task allows to retrieve a CVS client and server version. + Since Ant 1.6.1.

Parameters

@@ -63,13 +64,13 @@ This task allows to retrieve a CVS client and server version - + - + @@ -78,8 +79,8 @@ This task allows to retrieve a CVS client and server version

Examples

  <cvsversion cvsRoot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic"
        passfile="/home/myself/.cvspass"
-       cvsserverproperty="apachecvsversion"
-       cvsclientproperty="localcvsversion"
+       serverversionproperty="apachecvsversion"
+       clientversionproperty="localcvsversion"
   />

finds out the cvs client and server versions and stores the versions in the properties called apachecvsversion and localcvsversion

Specific attributes
cvsclientpropertyclientversionproperty Name of a property where the cvsclient version should be stored No
cvsserverpropertyserverversionproperty Name of a property where the cvs server version should be stored No