*** src\main\org\apache\tools\ant\taskdefs\optional\pvcs\Pvcs.orig	Sat Jun 22 16:11:58 2002
--- src\main\org\apache\tools\ant\taskdefs\optional\pvcs\Pvcs.java	Fri Jun 28 10:55:50 2002
***************
*** 91,97 ****
   *
   * @author <a href="mailto:tchristensen@nordija.com">Thomas Christensen</a>
   * @author <a href="mailto:donj@apogeenet.com">Don Jeffery</a>
!  * @author <a href="snewton@standard.com">Steven E. Newton</a>
   */
  public class Pvcs extends org.apache.tools.ant.Task {
      private String pvcsbin;
--- 91,97 ----
   *
   * @author <a href="mailto:tchristensen@nordija.com">Thomas Christensen</a>
   * @author <a href="mailto:donj@apogeenet.com">Don Jeffery</a>
!  * @author <a href="mailto:snewton@standard.com">Steven E. Newton</a>
   */
  public class Pvcs extends org.apache.tools.ant.Task {
      private String pvcsbin;
***************
*** 380,385 ****
--- 380,391 ----
          return repository;
      }
  
+     /**
+      *  The filenameFormat attribute defines a MessageFormat string used
+      *  to parse the output of the pcli command.  It defaults to
+      *  <code>{0}-arc({1})</code>.  Repositories where the archive
+      *   extension is not  -arc should set this.
+      */
      public String getFilenameFormat() {
          return filenameFormat;
      }
***************
*** 388,393 ****
--- 394,407 ----
          filenameFormat = f;
      }
  
+     /**
+ 
+      * The lineStart attribute is used to parse the output of the pcli
+      * command. It defaults to <code>"P:</code>.  The parser already
+      * knows about / and \\, this property is useful in cases where the
+      * repository is accessed on a Windows platform via a drive letter
+      * mapping.
+      */
      public String getLineStart() {
          return lineStart;
      }
