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 mc...@apache.org on 2004/07/09 05:34:00 UTC

cvs commit: james-server/src/java/org/apache/james/mailrepository/filepair File_Persistent_Stream_Repository.java

mcconnell    2004/07/08 20:34:00

  Modified:    src/java/org/apache/james/mailrepository/filepair
                        File_Persistent_Stream_Repository.java
  Log:
  Remove dependence on excalibur.io.
  
  Revision  Changes    Path
  1.9       +1 -1      james-server/src/java/org/apache/james/mailrepository/filepair/File_Persistent_Stream_Repository.java
  
  Index: File_Persistent_Stream_Repository.java
  ===================================================================
  RCS file: /home/cvs/james-server/src/java/org/apache/james/mailrepository/filepair/File_Persistent_Stream_Repository.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- File_Persistent_Stream_Repository.java	30 Jan 2004 02:22:09 -0000	1.8
  +++ File_Persistent_Stream_Repository.java	9 Jul 2004 03:34:00 -0000	1.9
  @@ -31,7 +31,7 @@
   import java.util.ArrayList;
   import java.util.HashMap;
   import org.apache.avalon.cornerstone.services.store.StreamRepository;
  -import org.apache.avalon.excalibur.io.IOUtil;
  +import org.apache.avalon.cornerstone.blocks.masterstore.IOUtil;
   
   /**
    * Implementation of a StreamRepository to a File.
  
  
  

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