bradford    02/02/25 15:42:54

  Modified:    java/src/org/apache/xindice/core SystemCollection.java
  Log:
  Backed out compression change
  
  Revision  Changes    Path
  1.3       +2 -2      
xml-xindice/java/src/org/apache/xindice/core/SystemCollection.java
  
  Index: SystemCollection.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xindice/java/src/org/apache/xindice/core/SystemCollection.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SystemCollection.java     23 Feb 2002 18:01:15 -0000      1.2
  +++ SystemCollection.java     25 Feb 2002 23:42:54 -0000      1.3
  @@ -56,7 +56,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    *
  - * $Id: SystemCollection.java,v 1.2 2002/02/23 18:01:15 bradford Exp $
  + * $Id: SystemCollection.java,v 1.3 2002/02/25 23:42:54 bradford Exp $
    */
   
   import org.apache.xindice.core.*;
  @@ -122,7 +122,7 @@
          + "      </collection>"
   
            // System Configuration Collection
  -       + "      <collection name=\""+CONFIGS+"\" compressed=\"true\">"
  +       + "      <collection name=\""+CONFIGS+"\" compressed=\"false\">"
          + "         <filer class=\"org.apache.xindice.core.filer.BTreeFiler\" 
/>"
          + "      </collection>"
            
  
  
  

Reply via email to