From cc1ba1b47f41945cf3e24e4317fd3c1d79585de7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 28 Mar 2003 12:51:51 +0000 Subject: [PATCH] Improve pvcs docs by moving a paragraph git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274342 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/pvcstask.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/manual/OptionalTasks/pvcstask.html b/docs/manual/OptionalTasks/pvcstask.html index d6c98ab17..2473c7da8 100644 --- a/docs/manual/OptionalTasks/pvcstask.html +++ b/docs/manual/OptionalTasks/pvcstask.html @@ -9,6 +9,14 @@

Ant Pvcs Task User Manual

+ +

Note: +Before using this task, the user running ant must have access to the +commands of PVCS (get and pcli) and must have access to the +repository. Note that the way to specify the repository is platform +dependent so use property to specify location of repository. +

+ by