Changeset 11074


Ignore:
Timestamp:
2006-01-20T11:04:53+13:00 (18 years ago)
Author:
mdewsnip
Message:

Removed the dead GBasicProgressMonitor class.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
1 deleted
1 edited

Legend:

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

    r10922 r11074  
    5252import org.greenstone.gatherer.cdm.CollectionDesignManager;
    5353import org.greenstone.gatherer.collection.Collection;
    54 import org.greenstone.gatherer.shell.GBasicProgressMonitor;
    5554import org.greenstone.gatherer.shell.GBuildProgressMonitor;
    5655import org.greenstone.gatherer.shell.GImportProgressMonitor;
     
    159158     * @see org.greenstone.gatherer.gui.CreatePane.OptionTree
    160159     * @see org.greenstone.gatherer.gui.OptionsPane
    161      * @see org.greenstone.gatherer.shell.GBasicProgressMonitor
    162160     * @see org.greenstone.gatherer.shell.GBuildProgressMonitor
    163161     * @see org.greenstone.gatherer.shell.GImportProgressMonitor
     
    183181    Dictionary.registerText(progress_import_label, "CreatePane.Import_Progress");
    184182
    185     import_monitor = new GImportProgressMonitor(); //GBasicProgressMonitor();
     183    import_monitor = new GImportProgressMonitor();
    186184    Gatherer.c_man.registerImportMonitor(import_monitor);
    187185
     
    189187    Dictionary.registerText(progress_build_label, "CreatePane.Build_Progress");
    190188
    191     build_monitor = new GBuildProgressMonitor(import_monitor.getSharedProgress()); //GBasicProgressMonitor();
     189    build_monitor = new GBuildProgressMonitor(import_monitor.getSharedProgress());
    192190    Gatherer.c_man.registerBuildMonitor(build_monitor);
    193191
Note: See TracChangeset for help on using the changeset viewer.