You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2002/04/10 17:55:17 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util WebdavConstants.java

pnever      02/04/10 08:55:17

  Modified:    src/webdav/server/org/apache/slide/webdav/util
                        WebdavConstants.java
  Log:
  Added some obvious feature constants
  
  Revision  Changes    Path
  1.6       +6 -4      jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/WebdavConstants.java
  
  Index: WebdavConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/WebdavConstants.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WebdavConstants.java	28 Mar 2002 06:12:13 -0000	1.5
  +++ WebdavConstants.java	10 Apr 2002 15:55:17 -0000	1.6
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/WebdavConstants.java,v 1.5 2002/03/28 06:12:13 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:12:13 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/WebdavConstants.java,v 1.6 2002/04/10 15:55:17 pnever Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/10 15:55:17 $
    *
    * ====================================================================
    *
  @@ -75,7 +75,9 @@
       String DEFAULT_PREFIX         = "D";
   
       /** Features */
  -    String F_LOCKING              = "2";
  +    String F_WEBDAV               = "1"; // class 1
  +    String F_LOCKING              = "2"; // class 2
  +    String F_SLIDE                = "slide"; // what does this feature exactly mean?
       
       /** Methods */
       String M_CONNECT              = "CONNECT";
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>