Ignore:
Timestamp:
2009-02-24T13:48:08+13:00 (15 years ago)
Author:
kjdon
Message:

GLI three modes change: systems mode is no more.

File:
1 edited

Legend:

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

    r18370 r18589  
    823823        }
    824824       
    825         // have commented this out for now - scheduling currently not
    826         // available except in expert mode
    827         //only schedule in SYSTEM mode - also done in EXPERT mode, but that is handled elsewhere
    828         /*      if(Configuration.getMode() ==  Configuration.SYSTEMS_MODE) {
    829            if(Gatherer.c_man.getCollection().schedule_options.getValueEnabled("schedule")) {
    830             Gatherer.c_man.getCollection().schedule_options.setValue("action",true,"add");
    831             Gatherer.c_man.getCollection().schedule_options.setValue("email",false, null);
    832             Gatherer.c_man.getCollection().schedule_options.setValue("smtp",false, null);
    833             Gatherer.c_man.getCollection().schedule_options.setValue("toaddr",false, null); 
    834             Gatherer.c_man.getCollection().schedule_options.setValue("fromaddr",false, null);   
    835             Gatherer.c_man.getCollection().schedule_options.setValue("frequency",false, null); 
    836             Gatherer.c_man.scheduleBuild(isIncremental());
    837         } else {
    838             //need to turn off existing scheduling
    839             Gatherer.c_man.getCollection().schedule_options.setValue("action",true,"delete");
    840             Gatherer.c_man.scheduleBuild(isIncremental());
    841            
    842         }
    843         }
    844         */
    845825        //Re-setting the rebuildTypeRequired is handled by CollectionManager.processComplete(GShellEvent)
    846826    }
Note: See TracChangeset for help on using the changeset viewer.