Ignore:
Timestamp:
2003-11-07T10:33:19+13:00 (20 years ago)
Author:
kjdon
Message:

added new directory definition for import.bak - a backup dir to put old metadata.xml files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r5785 r5791  
    117117    /** Definition of an important directory name, in this case the import directory for the collection. */
    118118    static final public String IMPORT_DIR = "import" + File.separator;
     119    /** Definition of an important directory name, in this case the backup import directory for the collection. */
     120    static final public String IMPORT_BAK_DIR = "import.bak" + File.separator;
    119121    /** Definition of an important directory name, in this case the index directory for the collection. */
    120122    static final public String INDEX_DIR = "index" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.