stefan      2004/08/19 10:02:13

  Modified:    proposals/jcrri/work config.xml
  Removed:     proposals/jcrri/lib/dav commons-httpclient.jar webdav.jar
               proposals/jcrri/src/org/apache/slide/jcr/fs/dav
                        DavFileSystem.java DavResourceOutputStream.java
  Log:
  removing dav file system implementation: it is outdated and not used anymore
  
  Revision  Changes    Path
  1.7       +0 -22     jakarta-slide/proposals/jcrri/work/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/work/config.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.xml        16 Jul 2004 16:18:11 -0000      1.6
  +++ config.xml        19 Aug 2004 17:02:13 -0000      1.7
  @@ -48,26 +48,4 @@
            </BLOBStore>
        </StableWorkspace>
       </Repository>
  -
  -    <!-- sample configuration for a repository that stores its state on a WebDav 
server -->
  -    <Repository name="dav">
  -     <RepositoryStore>
  -         <FileSystem class="org.apache.slide.jcr.fs.dav.DavFileSystem">
  -             <param name="host" value="localhost"/>
  -             <param name="port" value="8080"/>
  -             <param name="path" value="/webdav/repository"/>
  -         </FileSystem>
  -     </RepositoryStore>
  -     <!-- main workspace -->
  -     <StableWorkspace name="default">
  -         <PersistenceManager 
class="org.apache.slide.jcr.core.state.xml.XMLPersistenceManager"/>
  -         <WorkspaceStore>
  -             <FileSystem class="org.apache.slide.jcr.fs.dav.DavFileSystem">
  -                 <param name="host" value="localhost"/>
  -                 <param name="port" value="8080"/>
  -                 <param name="path" value="/webdav/workspaces/default"/>
  -             </FileSystem>
  -         </WorkspaceStore>
  -     </StableWorkspace>
  -    </Repository>
   </Repositories>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to