Ignore:
Timestamp:
2004-10-08T14:17:01+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed the getCollectionDir() function from Utility, since it is dependent on the Gatherer class.

File:
1 edited

Legend:

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

    r8243 r8248  
    158158        file_path = MSMUtils.getValue(metadata_element);
    159159        if (!file_path.startsWith(File.separator)) {
    160         String collection_dir = Utility.getCollectionDir();
     160        String collection_dir = Gatherer.c_man.getCollectionDirectory();
    161161        file_path = collection_dir + file_path;
    162162        }
Note: See TracChangeset for help on using the changeset viewer.