From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- .../ant/apache-ant-1.9.6/manual/Tasks/cvspass.html | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/cvspass.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/cvspass.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/cvspass.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/cvspass.html deleted file mode 100644 index 185dde79..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/cvspass.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - -CVSPass Task - - - - -

cvspass

-

Description

-

Adds entries to a .cvspass file. Adding entries to this file has the same affect as a cvs login command.

- -

CVSNT Note: CVSNT prefers users to store the passwords -inside the registry. If the task doesn't seem to work for you, the -most likely reason is that CVSNT ignores your .cvspass file -completely. See bug -zilla report 21657 for recommended workarounds.

- -

Parameters

- - - - - - - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
cvsrootthe CVS repository to add an entry for.Yes
passwordPassword to be added to the password file.Yes
passfilePassword file to add the entry to.No, default is ~/.cvspass.
-

Examples

-
  <cvspass cvsroot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic"
-       password="anoncvs"
-  />
-

Adds an entry into the ~/.cvspass password file.

- - - - - -- cgit 1.2.3-korg