You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/10/03 11:12:39 UTC

svn commit: r293281 - in /lenya/trunk/src/webapp/jcr-repository: repository.xml repository/workspaces/default/workspace.xml

Author: michi
Date: Mon Oct  3 02:12:32 2005
New Revision: 293281

URL: http://svn.apache.org/viewcvs?rev=293281&view=rev
Log:
Jackrabbit config updated

Modified:
    lenya/trunk/src/webapp/jcr-repository/repository.xml
    lenya/trunk/src/webapp/jcr-repository/repository/workspaces/default/workspace.xml

Modified: lenya/trunk/src/webapp/jcr-repository/repository.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/jcr-repository/repository.xml?rev=293281&r1=293280&r2=293281&view=diff
==============================================================================
--- lenya/trunk/src/webapp/jcr-repository/repository.xml (original)
+++ lenya/trunk/src/webapp/jcr-repository/repository.xml Mon Oct  3 02:12:32 2005
@@ -13,9 +13,7 @@
         </FileSystem>
         <PersistenceManager class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" />
         <SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
-            <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
-                <param name="path" value="${wsp.home}/index"/>
-            </FileSystem>
+            <param name="path" value="${wsp.home}/index"/>
         </SearchIndex>
     </Workspace>
     <Versioning rootPath="${rep.home}/versions">
@@ -24,4 +22,4 @@
         </FileSystem>
         <PersistenceManager class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" />
     </Versioning>
-</Repository>   
\ No newline at end of file
+</Repository>   

Modified: lenya/trunk/src/webapp/jcr-repository/repository/workspaces/default/workspace.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/jcr-repository/repository/workspaces/default/workspace.xml?rev=293281&r1=293280&r2=293281&view=diff
==============================================================================
--- lenya/trunk/src/webapp/jcr-repository/repository/workspaces/default/workspace.xml (original)
+++ lenya/trunk/src/webapp/jcr-repository/repository/workspaces/default/workspace.xml Mon Oct  3 02:12:32 2005
@@ -5,8 +5,6 @@
         </FileSystem>
         <PersistenceManager class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager"/>
         <SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
-            <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
-                <param name="path" value="${wsp.home}/index"/>
-            </FileSystem>
+            <param name="path" value="${wsp.home}/index"/>
         </SearchIndex>
     </Workspace>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org