Ignore:
Timestamp:
2004-08-18T15:05:17+12:00 (20 years ago)
Author:
mdewsnip
Message:

Removed some dead code.

File:
1 edited

Legend:

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

    r7738 r7991  
    2727package org.greenstone.gatherer;
    2828
    29 /**************************************************************************************
    30  * Written:      ??/??/02
    31  * Revised:      ??/??/02 - Commented
    32  *               ??/??/03 - Added support for local library server
    33  *               20/07/03 - Rewrote argument parsing so that spaces no longer cause GLI to die. Also added time out when starting local library.
    34  **************************************************************************************/
    3529
    36 //import com.l2fprod.gui.*;
    37 //import com.l2fprod.gui.plaf.skin.*;
    38 //import com.l2fprod.util.*;
    3930import java.awt.*;
    40 import java.awt.event.*;
    41 import java.io.*;
    42 import java.lang.*;
    43 import java.net.*;
    4431import java.util.*;
    4532import javax.swing.*;
    46 import javax.swing.plaf.*;
    47 import javax.swing.text.*;
    48 import org.greenstone.gatherer.Configuration;
    49 import org.greenstone.gatherer.GAuthenticator;
    50 import org.greenstone.gatherer.cdm.CommandTokenizer;
    51 import org.greenstone.gatherer.collection.CollectionManager;
    5233import org.greenstone.gatherer.feedback.ActionRecorderDialog;
    53 import org.greenstone.gatherer.file.FileManager;
    54 import org.greenstone.gatherer.file.FileAssociationManager;
    55 import org.greenstone.gatherer.gui.Coloring;
    5634import org.greenstone.gatherer.gui.GUIManager;
    57 import org.greenstone.gatherer.gui.ModalDialog;
    5835import org.greenstone.gatherer.gui.Splash;
    59 import org.greenstone.gatherer.gui.URLField;
    60 import org.greenstone.gatherer.gui.WarningDialog;
    61 import org.greenstone.gatherer.msm.MDSTest;
    62 import org.greenstone.gatherer.msm.MetadataSetManager;
    63 import org.greenstone.gatherer.util.ArrayTools;
    64 import org.greenstone.gatherer.util.GSDLSiteConfig;
    65 import org.greenstone.gatherer.util.StaticStrings;
    66 import org.greenstone.gatherer.util.Utility;
    67 import sun.misc.*;
    6836
    6937/** Containing the main() method for the Gatherer, this class is the
     
    9260public class GathererProg
    9361{
    94 
    9562    /** The entry point into the Gatherer. Parses arguments.
    9663     * @param args A collection of arguments that may include: initial screen size, dictionary, path to the GSDL etc.
     
    10269     * @see org.greenstone.gatherer.Gatherer
    10370     * @see org.greenstone.gatherer.Gatherer
    104      * @see org.greenstone.gatherer.gui.Splash
    105      * @see org.greenstone.gatherer.util.StaticStrings
    10671     */
    10772    static public void main(String[] args) {
Note: See TracChangeset for help on using the changeset viewer.