Ignore:
Timestamp:
2003-05-27T15:21:21+12:00 (21 years ago)
Author:
jmt12
Message:

Fixed hardcoded change for dls - John

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/NewCollectionDetailsPrompt.java

    r4319 r4355  
    5858                     CollectionConfiguration collect_cfg = new CollectionConfiguration(collect_cfg_file);
    5959                     String collection_name = collect_cfg.getName();
    60                      // Even if there is no metadata directory we add it if its one of the 'big five' that we know how to handle.
    61                      if(metadata_directory.exists() || collection_name.equals(Utility.COLLECTION_DLS)) { /** @todo - the other big five */
     60                     // Even if there is no metadata directory we add it if its one of the 'big five + 1' that we know how to handle.
     61                     if(metadata_directory.exists() || collection_name.equals(Utility.COLLECTION_DLS) || collection_name.equals(Utility.COLLECTION_DEMO)) { /** @todo - the other big five */
    6262                          // Add to model.
    6363                          Item item = new Item(possible_collections[i], collection_name);
Note: See TracChangeset for help on using the changeset viewer.