Changeset 13582


Ignore:
Timestamp:
2007-01-12T12:15:25+13:00 (17 years ago)
Author:
mdewsnip
Message:

Removed some unnecessary package imports.

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

Legend:

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

    r13326 r13582  
    2727package org.greenstone.gatherer.cdm;
    2828
    29 import java.awt.*;
    3029import java.awt.event.*;
    3130import java.io.*;
    32 import javax.swing.*;
    3331import javax.swing.event.*;
    34 import org.apache.xerces.parsers.*;
    35 import org.greenstone.gatherer.Configuration;
    3632import org.greenstone.gatherer.DebugStream;
    3733import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.LocalLibraryServer;
    39 import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    40 import org.greenstone.gatherer.util.Utility;
    41 import org.w3c.dom.*;
    42 import org.xml.sax.*;
     34
    4335
    4436/** This manager provides access to submanagers, which in turn provide tools for the designing of Greenstone collections via the information stored in etc/collect.cfg. This class acts as a hub for the managers that handle specific parts of the configuration such as classifiers, format strings and language settings.
  • trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java

    r13326 r13582  
    4848import org.greenstone.gatherer.Dictionary;
    4949import org.greenstone.gatherer.Gatherer;
    50 import org.greenstone.gatherer.LocalLibraryServer;
    5150import org.greenstone.gatherer.cdm.BuildTypeManager;
    5251import org.greenstone.gatherer.cdm.CollectionDesignManager;
  • trunk/gli/src/org/greenstone/gatherer/gui/FormatPane.java

    r13398 r13582  
    4343import org.greenstone.gatherer.Dictionary;
    4444import org.greenstone.gatherer.Gatherer;
    45 import org.greenstone.gatherer.LocalLibraryServer;
    4645import org.greenstone.gatherer.cdm.CollectionDesignManager;
    4746import org.greenstone.gatherer.cdm.FormatManager;
Note: See TracChangeset for help on using the changeset viewer.