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

svn commit: r151348 - in incubator/jackrabbit/trunk/applications/test/workspaces: default/workspace.xml test/workspace.xml

Author: mreutegg
Date: Fri Feb  4 05:19:48 2005
New Revision: 151348

URL: http://svn.apache.org/viewcvs?view=rev&rev=151348
Log:
Removed garbage characters from beginning of file and moved data store into subdirectory data.

Modified:
    incubator/jackrabbit/trunk/applications/test/workspaces/default/workspace.xml
    incubator/jackrabbit/trunk/applications/test/workspaces/test/workspace.xml

Modified: incubator/jackrabbit/trunk/applications/test/workspaces/default/workspace.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/applications/test/workspaces/default/workspace.xml?view=diff&r1=151347&r2=151348
==============================================================================
--- incubator/jackrabbit/trunk/applications/test/workspaces/default/workspace.xml (original)
+++ incubator/jackrabbit/trunk/applications/test/workspaces/default/workspace.xml Fri Feb  4 05:19:48 2005
@@ -1,11 +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}/wspStore.dat"/>
+    <param name="path" value="${wsp.home}/data/wspStore.dat"/>
     <param name="autoRepair" value="false"/>
     <param name="blockSize" value="128"/>
     <param name="autoSync" value="false"/>

Modified: incubator/jackrabbit/trunk/applications/test/workspaces/test/workspace.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/applications/test/workspaces/test/workspace.xml?view=diff&r1=151347&r2=151348
==============================================================================
--- incubator/jackrabbit/trunk/applications/test/workspaces/test/workspace.xml (original)
+++ incubator/jackrabbit/trunk/applications/test/workspaces/test/workspace.xml Fri Feb  4 05:19:48 2005
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <Workspace name="test">
   <!--
       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}/wspStore.dat"/>
+    <param name="path" value="${wsp.home}/data/wspStore.dat"/>
     <param name="autoRepair" value="false"/>
     <param name="blockSize" value="128"/>
     <param name="autoSync" value="false"/>