hi martin,
On 11/10/05, Martin Koci <[EMAIL PROTECTED]> wrote:
> cqfs-jackrabbit-*:
>
> Those libraries are not needed with latest jackrabbit, so jcr-mapping
> can drop such dependencies too.
currently we can't remove those dependencies because cqfs-jackrabbit
is used in our test repository.xml configuration.
<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>
We could of course switch to a different filesystem but using
CQFileSystem really helps Windows users (local filesystem is really
slow on windows).
regards,
oliver