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/05/02 21:48:21 UTC

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

pnever      02/05/02 12:48:21

  Modified:    src/conf/webapp Domain.xml
  Log:
  Added parameter workingresourcepath
  
  Revision  Changes    Path
  1.30      +12 -8     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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Domain.xml	10 Apr 2002 11:09:29 -0000	1.29
  +++ Domain.xml	2 May 2002 19:48:21 -0000	1.30
  @@ -157,6 +157,7 @@
         <!-- DeltaV configuration -->
         <historypath>/history</historypath>
         <workspacepath>/workspace</workspacepath>
  +      <workingresourcepath>/workingresource</workingresourcepath>
         <auto-version>checkout-checkin</auto-version>
         <auto-version-control>false</auto-version-control>
         <checkout-fork>forbidden</checkout-fork>
  @@ -267,15 +268,18 @@
             
           </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>
  +        <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/workingresource">
  +          <revision/>
  +        </objectnode>
  +        
         </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>
       
  
  
  

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