Changeset 20823


Ignore:
Timestamp:
2009-10-18T11:01:31+13:00 (15 years ago)
Author:
kjdon
Message:

if gs3 pass -site option to explode script

File:
1 edited

Legend:

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

    r18917 r20823  
    264264    command_parts_list.add(LocalGreenstone.getBinScriptDirectoryPath() + "explode_metadata_database.pl");
    265265    // Add in the options we preset in GLI
     266    if (Gatherer.GS3) {
     267        command_parts_list.add("-site");
     268        command_parts_list.add(Configuration.site_name);
     269    }
    266270    command_parts_list.add("-collection");
    267271    command_parts_list.add(Gatherer.c_man.getCollection ().getName ());
Note: See TracChangeset for help on using the changeset viewer.