Ignore:
Timestamp:
2004-05-05T11:23:40+12:00 (20 years ago)
Author:
kjdon
Message:

renamed Utility.CONFIG_DIR to Utility.CONFIG_FILE cos it refers to the file, not the directory. Also getConfigDir renamed to getConfigFile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/SuperCollectionManager.java

    r7224 r7275  
    196196        for(int i = 0; possible_collections != null && i < possible_collections.length; i++) {
    197197        // The simpliest case is if the directory etc/collect.cfg file and a metadata/ in it. Thus it can easily be built upon.
    198         File collect_cfg_file = new File(possible_collections[i], Utility.CONFIG_DIR);
     198        File collect_cfg_file = new File(possible_collections[i], Utility.CONFIG_FILE);
    199199        if(collect_cfg_file.exists()) {
    200200            BasicCollectionConfiguration collect_cfg = new BasicCollectionConfiguration(collect_cfg_file);
Note: See TracChangeset for help on using the changeset viewer.