Ignore:
Timestamp:
2005-05-16T20:31:35+12:00 (19 years ago)
Author:
davidb
Message:

Support added for running remote commands (GLI applet) that specify multiple
collections, for instance when exporting to CD-ROM

File:
1 edited

Legend:

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

    r9755 r9888  
    266266    }
    267267
     268    if (Gatherer.isGsdlRemote) {
     269        command_parts_list.add("-nonetscape");
     270    }
     271
    268272    for (int i = 0; i < num_collections; i++) {
    269273        command_parts_list.add(((BasicCollectionConfiguration) selected_collections.get(i)).getShortName());
Note: See TracChangeset for help on using the changeset viewer.