dviner 2002/12/10 16:22:56
Modified: java/src/org/apache/xindice/core SystemCollection.java Log: removing the unused classgen information from this class --dviner Revision Changes Path 1.12 +1 -7 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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- SystemCollection.java 7 Nov 2002 06:46:44 -0000 1.11 +++ SystemCollection.java 11 Dec 2002 00:22:56 -0000 1.12 @@ -76,7 +76,6 @@ */ public final class SystemCollection extends Collection { - public static final String CLASSGEN = "classgen"; public static final String SYSCOL = "system"; @@ -89,17 +88,12 @@ private static Log log = LogFactory.getLog("org.apache.xindice.core"); - private String classGen = "./classgen"; - public SystemCollection(Database db) { super(db); } void init() throws DBException { // Bootstrap the System Collection - // File cfgDir = new File(System.getProperty(Xindice.PROP_XINDICE_HOME), "/config"); - - classGen = getDatabase().getConfig().getAttribute(CLASSGEN, classGen); String SysCol = "<collection name=\""+SYSCOL+"\">"