Changeset 8576


Ignore:
Timestamp:
2004-11-17T09:57:04+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed some redundant files and made a few minor tidy ups.

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

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/IndexManager.java

    r8496 r8576  
    4141import org.greenstone.gatherer.metadata.MetadataElement;
    4242import org.greenstone.gatherer.metadata.MetadataSetManager;
    43 import org.greenstone.gatherer.util.ExclusiveListSelectionListener;
    4443import org.greenstone.gatherer.util.StaticStrings;
    4544import org.greenstone.gatherer.util.Utility;
     
    516515     * @see org.greenstone.gatherer.collection.CollectionManager
    517516     * @see org.greenstone.gatherer.gui.Coloring
    518      * @see org.greenstone.gatherer.util.ExclusiveListSelectionListener
    519517     */
    520518    public IndexControl() {
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionManager.java

    r8313 r8576  
    4141import org.greenstone.gatherer.metadata.MetadataElement;
    4242import org.greenstone.gatherer.metadata.MetadataSetManager;
    43 import org.greenstone.gatherer.util.ExclusiveListSelectionListener;
    4443import org.greenstone.gatherer.util.StaticStrings;
    4544import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r8353 r8576  
    7575import org.greenstone.gatherer.util.GSDLSiteConfig;
    7676import org.greenstone.gatherer.util.StaticStrings;
    77 import org.greenstone.gatherer.util.SynchronizedTreeModelTools;
    7877import org.greenstone.gatherer.util.Utility;
    7978import org.greenstone.gatherer.util.XMLTools;
  • trunk/gli/src/org/greenstone/gatherer/file/FileManager.java

    r8391 r8576  
    4545import org.greenstone.gatherer.gui.tree.DragTree;
    4646import org.greenstone.gatherer.util.DragComponent;
    47 import org.greenstone.gatherer.util.SynchronizedTreeModelTools;
    4847import org.greenstone.gatherer.util.Utility;
    4948
     
    6261    return count;
    6362    }
    64 
    65     public boolean complain_if_no_sets = true;
    6663
    6764    /** Not only the queue of files to be moved, but also the object that moves them. */
     
    202199    }
    203200}
    204 
    205 
    206 
    207 
    208 
  • trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java

    r8505 r8576  
    581581            completed_folder_mappings.clear();
    582582            recycle_folder_mappings.clear();
    583            
    584             // Reset whether we complain about no sets.
    585             if(Gatherer.f_man != null) {
    586                 Gatherer.f_man.complain_if_no_sets = true;
    587             }
    588583
    589584            // Now wait if applicable.
Note: See TracChangeset for help on using the changeset viewer.