Ignore:
Timestamp:
2008-02-12T16:13:13+13:00 (16 years ago)
Author:
davidb
Message:

Changes to GLI to support export into Fedora. New utility called flisvn diff gems/MetadataSetManager.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/shell/GShell.java

    r14818 r14974  
    192192        System.err.println("Collection name: " + collection_name);
    193193
     194
    194195        String script_args = "";
    195196        for (int i = 1; i < (args.length - 1); i++) {
     
    404405        else if(type == BUILD) {
    405406        // download the building directory (if gsdl server is remote)
    406         if (Gatherer.isGsdlRemote) {
     407        if ((Gatherer.isGsdlRemote) && (!Configuration.fedora_info.isActive())) {
    407408            if (progress!=null) {
    408409            progress.messageOnProgressBar("Downloading index data from server");
    409410            }
    410            
     411                       
    411412            if (!Gatherer.GS3){
    412413            // Only need to download build.cfg file
Note: See TracChangeset for help on using the changeset viewer.