blob: a9c80af6c0ef02d5b220c893a4c221c0c3c1b81c [file] [log] [blame]
<?xml version="1.0"?>
<Workspace name="test">
<!--
virtual file system of the workspace:
class: FQN of class implementing FileSystem interface
-->
<FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
<param name="path" value="${wsp.home}/data" />
</FileSystem>
<!--
persistence of the workspace:
class: FQN of class implementing PersistenceManager interface
-->
<PersistenceManager class="org.apache.jackrabbit.core.state.bdb.BerkeleyDBPersistenceManager"/>
<!--
Search index and the file system it uses.
-->
<SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
<param name="path" value="${wsp.home}/index" />
</SearchIndex>
</Workspace>