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/10/21 14:54:23 UTC

svn commit: r1025980 - /james/server/trunk/container-spring/src/main/config/james/mailstore.xml

Author: eric
Date: Thu Oct 21 12:54:23 2010
New Revision: 1025980

URL: http://svn.apache.org/viewvc?rev=1025980&view=rev
Log:
Ajust filepair packages in conf (JAMES-1080)

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

Modified: james/server/trunk/container-spring/src/main/config/james/mailstore.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/mailstore.xml?rev=1025980&r1=1025979&r2=1025980&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/james/mailstore.xml (original)
+++ james/server/trunk/container-spring/src/main/config/james/mailstore.xml Thu Oct 21 12:54:23 2010
@@ -80,7 +80,7 @@
             <config FIFO="false"/> 
         </repository>
         
-        <repository class="org.apache.james.filepair.file.FilePersistentObjectRepository">
+        <repository class="org.apache.james.filepair.FilePersistentObjectRepository">
             <protocols>
                 <protocol>file</protocol>
             </protocols>
@@ -94,7 +94,7 @@
             </models>
         </repository>
 
-        <repository class="org.apache.james.filepair.file.FilePersistentStreamRepository">
+        <repository class="org.apache.james.filepair.FilePersistentStreamRepository">
             <protocols>
                 <protocol>file</protocol>
             </protocols>



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