Ignore:
Timestamp:
2004-03-19T14:35:19+13:00 (20 years ago)
Author:
mdewsnip
Message:

Fixed the way the original metadata.xml files are backed up.

File:
1 edited

Legend:

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

    r7095 r7097  
    138138
    139139    // First, copy the original file to make a backup
    140     File backup_file = new File(file.getParentFile().getParentFile(), "metadata.xml.orig");
     140    File backup_file = new File(file.getParentFile(), StaticStrings.METADATA_BAK);
    141141    try {
    142142        Gatherer.f_man.getQueue().copyFile(file, backup_file, null);
Note: See TracChangeset for help on using the changeset viewer.