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 13:09:29 UTC

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

pnever      02/04/10 04:09:29

  Modified:    src/conf/webapp Domain.xml
  Log:
  More DeltaV-specific configuration and data elements
  
  Revision  Changes    Path
  1.29      +10 -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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Domain.xml	1 Mar 2002 16:54:49 -0000	1.28
  +++ Domain.xml	10 Apr 2002 11:09:29 -0000	1.29
  @@ -156,7 +156,9 @@
   
         <!-- DeltaV configuration -->
         <historypath>/history</historypath>
  +      <workspacepath>/workspace</workspacepath>
         <auto-version>checkout-checkin</auto-version>
  +      <auto-version-control>false</auto-version-control>
         <checkout-fork>forbidden</checkout-fork>
         <checkin-fork>forbidden</checkin-fork>
         
  @@ -267,6 +269,14 @@
           
         </objectnode>
         
  +      <!-- DeltaV: default history and workspace paths -->
  +      <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/history">
  +        <revision/>
  +      </objectnode>
  +      <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/workspace">
  +        <revision/>
  +      </objectnode>        
  +
       </data>
       
     </namespace>
  
  
  

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