You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by un...@apache.org on 2004/11/14 21:14:30 UTC

svn commit: rev 65620 - incubator/jackrabbit/trunk/xdocs

Author: uncled
Date: Sun Nov 14 12:14:30 2004
New Revision: 65620

Modified:
   incubator/jackrabbit/trunk/xdocs/firststeps.xml
Log:
config example update to reflect most recent changes

Modified: incubator/jackrabbit/trunk/xdocs/firststeps.xml
==============================================================================
--- incubator/jackrabbit/trunk/xdocs/firststeps.xml	(original)
+++ incubator/jackrabbit/trunk/xdocs/firststeps.xml	Sun Nov 14 12:14:30 2004
@@ -87,7 +87,11 @@
             <param name="path" value="${wsp.home}"/>
         </FileSystem>
         <PersistenceManager class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" />
-        <SearchIndex path="/index"/>
+        <SearchIndex>
+            <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
+                <param name="path" value="${wsp.home}/index"/>
+            </FileSystem>
+        </SearchIndex>
     </Workspace>
 </Repository>   
     </source>