Changeset 13326


Ignore:
Timestamp:
2006-11-24T12:19:16+13:00 (17 years ago)
Author:
mdewsnip
Message:

Removed some unnecessary importing of the util.ZipTools class.

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

Legend:

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

    r13026 r13326  
    5252import org.greenstone.gatherer.util.StaticStrings;
    5353import org.greenstone.gatherer.util.Utility;
    54 import org.greenstone.gatherer.util.ZipTools;
    5554
    5655
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r13184 r13326  
    4545import org.greenstone.gatherer.util.StaticStrings;
    4646import org.greenstone.gatherer.util.XMLTools;
    47 import org.greenstone.gatherer.util.ZipTools;
    4847import org.w3c.dom.*;
    4948
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionDesignManager.java

    r13185 r13326  
    3939import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    4040import org.greenstone.gatherer.util.Utility;
    41 import org.greenstone.gatherer.util.ZipTools;
    4241import org.w3c.dom.*;
    4342import org.xml.sax.*;
  • trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java

    r12827 r13326  
    6161import org.greenstone.gatherer.util.StaticStrings;
    6262import org.greenstone.gatherer.util.Utility;
    63 import org.greenstone.gatherer.util.ZipTools;
     63
    6464
    6565/** This class provides a GUI view showing some statistics on your current collection, and options for building it. As the collection is built this initial view is replaced with one showing progress bars and a message log of the creation process. This log can be later accessed via the options tree located in the center of the initial pane. This class is also responsible for creating the GShellProgressMonitors that are then attatched to external shell processes, and calling the methods in the CollectionManager for actually importing and building the collection. <br><BR>
  • trunk/gli/src/org/greenstone/gatherer/shell/GShell.java

    r13061 r13326  
    5757import org.greenstone.gatherer.util.StaticStrings;
    5858import org.greenstone.gatherer.util.Utility;
    59 import org.greenstone.gatherer.util.ZipTools;
    6059
    6160
Note: See TracChangeset for help on using the changeset viewer.