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 lu...@apache.org on 2005/01/19 16:23:51 UTC

cvs commit: jakarta-slide/src/conf/webapp Domain.xml

luetzkendorf    2005/01/19 07:23:51

  Modified:    src/conf/webapp Domain.xml
  Log:
  new domain parameter allow-delete-of-versions
  
  Revision  Changes    Path
  1.72      +6 -0      jakarta-slide/src/conf/webapp/Domain.xml
  
  Index: Domain.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- Domain.xml	8 Nov 2004 10:08:39 -0000	1.71
  +++ Domain.xml	19 Jan 2005 15:23:51 -0000	1.72
  @@ -277,6 +277,11 @@
       Controls the DeltaV check-out behaviour when a version has already a
       successor.
   
  +    * allow-delete-of-versions (mandatory=no, default="false"):
  +    Controls whether deletion of a single version is permitted or not.
  +    If set to "true" the deletion of versions that are not the first, not the
  +    last and not merges will be allowed.
  +
       * standardLivePropertiesClass (mandatory=no,
       default="org.apache.slide.webdav.util.resourcekind.AbstractResourceKind"):
       Determines the "agent" knowing about what the standard live properties are.
  @@ -308,6 +313,7 @@
       <parameter name="versioncontrol-exclude"/>
       <parameter name="checkout-fork">forbidden</parameter>
       <parameter name="checkin-fork">forbidden</parameter>
  +    <parameter name="allow-delete-of-versions">false</parameter>
   
   
       <!-- Extractor configuration -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org