Ignore:
Timestamp:
2002-10-04T11:37:17+12:00 (22 years ago)
Author:
kjdon
Message:

uses new GSFile methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/collection/Collection.java

    r3235 r3441  
    109109    }
    110110    // read the collection build configuration file
    111     File config_file_ = GSFile.collectionBuildConfigFile(site_home_, collection_name_);
     111    File config_file_ = new File(GSFile.collectionBuildConfigFile(site_home_, collection_name_));
    112112
    113113    if (!config_file_.exists()) {
Note: See TracChangeset for help on using the changeset viewer.