From e7e3a35529083da1044374f8e6265aec1be06758 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 24 Sep 2004 14:26:09 +0000 Subject: [PATCH] Manual page for cvsversion contained incorrect attributes and did not say since 1.6.1 PR: 31408 Reported by: Andy Wood git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276883 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ docs/manual/CoreTasks/cvsversion.html | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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