You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by st...@apache.org on 2005/08/02 13:52:19 UTC

svn commit: r226986 - in /incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config: repository.xml workspace.xml

Author: stefan
Date: Tue Aug  2 04:52:16 2005
New Revision: 226986

URL: http://svn.apache.org/viewcvs?rev=226986&view=rev
Log:
remove cqfs dependency from config test case

Modified:
    incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/repository.xml
    incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/workspace.xml

Modified: incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/repository.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/repository.xml?rev=226986&r1=226985&r2=226986&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/repository.xml (original)
+++ incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/repository.xml Tue Aug  2 04:52:16 2005
@@ -165,17 +165,9 @@
             virtual file system of the workspace:
             class: FQN of class implementing the FileSystem interface
         -->
-        <FileSystem class="com.day.jackrabbit.fs.cq.CQFileSystem">
-            <param name="path" value="${wsp.home}/wspStore.dat"/>
-            <param name="autoRepair" value="false"/>
-            <param name="blockSize" value="128"/>
-            <param name="autoSync" value="false"/>
-        </FileSystem>
-        <!--
         <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
             <param name="path" value="${wsp.home}"/>
         </FileSystem>
-        -->
         <!--
             persistence manager of the workspace:
             class: FQN of class implementing the PersistenceManager interface
@@ -214,21 +206,12 @@
             Configures the filesystem to use for versioning for the respective
             persistence manager
         -->
-        <FileSystem class="com.day.jackrabbit.fs.cq.CQFileSystem">
-            <param name="path" value="${rep.home}/version/version.dat"/>
-            <param name="autoRepair" value="false"/>
-            <param name="blockSize" value="128"/>
-            <param name="autoSync" value="false"/>
+        <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
+            <param name="path" value="${rep.home}/version"/>
         </FileSystem>
-    
-        <!--
-            <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
-                <param name="path" value="${rep.home}/version"/>
-            </FileSystem>
-        -->
-        
+
         <!--
-            Configures the perisistence manager to be used for persisting version state.
+            Configures the persistence manager to be used for persisting version state.
             Please note that the current versioning implementation is based on
             a 'normal' persistence manager, but this could change in future
             implementations.

Modified: incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/workspace.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/workspace.xml?rev=226986&r1=226985&r2=226986&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/workspace.xml (original)
+++ incubator/jackrabbit/trunk/core/src/test/org/apache/jackrabbit/core/config/workspace.xml Tue Aug  2 04:52:16 2005
@@ -1,14 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <Workspace name="default">
   <!--
       virtual file system of the workspace:
       class: FQN of class implementing FileSystem interface
   -->
-  <FileSystem class="com.day.jackrabbit.fs.cq.CQFileSystem">
-    <param name="path" value="${wsp.home}/data/wspStore.dat"/>
-    <param name="autoRepair" value="false"/>
-    <param name="blockSize" value="128"/>
-    <param name="autoSync" value="false"/>
+  <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
+    <param name="path" value="${wsp.home}"/>
   </FileSystem>
   <!--
       persistence of the workspace: