You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/11/10 06:26:05 UTC

svn commit: r1033357 - /james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml

Author: eric
Date: Wed Nov 10 05:26:05 2010
New Revision: 1033357

URL: http://svn.apache.org/viewvc?rev=1033357&view=rev
Log:
Jackrabbit files in var/store/jackrabbit (JAMES-1121)

Modified:
    james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml

Modified: james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml?rev=1033357&r1=1033356&r2=1033357&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml (original)
+++ james/server/trunk/container-spring/src/main/config/examples/spring-beans.xml Wed Nov 10 05:26:05 2010
@@ -424,7 +424,7 @@
     
     <bean id="config" class="org.apache.jackrabbit.core.config.RepositoryConfig" factory-method="create">
         <constructor-arg index="0" value="filesystem=file://conf/jcr-repository.xml"/>
-        <constructor-arg index="1" value="filesystem=file://var/jackrabbit" />
+        <constructor-arg index="1" value="filesystem=file://var/store/jackrabbit" />
     </bean>
     -->
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org