Ignore:
Timestamp:
2006-01-17T12:04:02+13:00 (18 years ago)
Author:
mdewsnip
Message:

A couple of very minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/LegacyCollectionImporter.java

    r9670 r11052  
    2727public class LegacyCollectionImporter
    2828{
     29    /** Definition of an important directory name, in this case the backup import directory for the collection. */
     30    static final public String IMPORT_BAK_DIR = "import.bak" + File.separator;
     31
     32
    2933    // This copies all the existing metadata.xml files into a backup directory
    3034    static public void backupMetadataXMLFiles(File collection_dir)
Note: See TracChangeset for help on using the changeset viewer.