Changeset 21549 for main


Ignore:
Timestamp:
2010-01-20T17:30:47+13:00 (14 years ago)
Author:
ak19
Message:

Preview button working again in FLI.

File:
1 edited

Legend:

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

    r20960 r21549  
    351351        // Fedora build
    352352        //file_name = getLoadedCollectionArchivesDirectoryPath() + "import.inf";
    353         file_name = getLoadedCollectionExportDirectoryPath() + "export.inf";
     353        //file_name = getLoadedCollectionExportDirectoryPath() + "export.inf"; // export.pl no longer generates this
     354        file_name = getLoadedCollectionExportDirectoryPath() + "archiveinf-doc.gdb";
    354355        } else {
    355356        // GLI is running, check if it's greenstone 3 or greenstone 2
Note: See TracChangeset for help on using the changeset viewer.