Changeset 13466 for trunk


Ignore:
Timestamp:
2006-12-08T12:45:05+13:00 (17 years ago)
Author:
mdewsnip
Message:

Removed some unused stuff.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java

    r13016 r13466  
    5151import org.greenstone.gatherer.util.AppendLineOnlyFileDocument;
    5252import org.greenstone.gatherer.util.GURL;
    53 import org.greenstone.gatherer.util.SynchronizedTreeModelTools;
    5453import org.greenstone.gatherer.util.Utility;
    5554import org.greenstone.gatherer.cdm.Argument;
  • trunk/gli/src/org/greenstone/gatherer/file/FileSystemModel.java

    r11083 r13466  
    99import org.greenstone.gatherer.Gatherer;
    1010import org.greenstone.gatherer.gui.tree.DragTree;
    11 import org.greenstone.gatherer.util.SynchronizedTreeModelTools;
     11
    1212
    1313public class FileSystemModel
  • trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java

    r13396 r13466  
    177177    static final public String REGEXP_STR = "regexp";
    178178    static final public String RESTRICTED_METADATA_ATTRIBUTE = "restricted";
    179     static final public String SEARCHTYPE_ELEMENT = "SearchType";
    180179    static final public String SEARCHTYPE_STR = "searchtype";
    181180    static final public String SECTION_ELEMENT = "Section";
     
    206205    static final public String TITLE_ELEMENT = "Title";
    207206    static final public String TRUE_STR = "true";
    208     static final public String TRUNCATED_STRING = "...";
    209207    static final public String TYPE_ATTRIBUTE = "type";
    210208    static final public String UNKNOWN_ELEMENT = "Unknown";
Note: See TracChangeset for help on using the changeset viewer.